dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit b131e31a39a3c696af825c734350749a64fa5eca
parent 2fccb78c34adbe0b85c65dae3a1133a3d76e31e4
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri,  7 Jun 2019 14:56:38 +0200

Disable modeline support

Diffstat:
M.vim/plugin/00-general.vim | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.vim/plugin/00-general.vim b/.vim/plugin/00-general.vim @@ -11,6 +11,7 @@ set lbr " break lines between words set list " rendering of invisible characters set listchars=tab:▸\ ,eol:¬ " Use symbols for tab and end-of-line set nojoinspaces " disable double spaces after periods +set nomodeline " disable per-file options set pastetoggle=<F2> " toggle paste mode set scrolloff=3 " show context above-below cursorline set shiftwidth=4 " width for autoindents