mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-17 15:59:06 +01:00
Docker: add missing vimrc.local file
This commit is contained in:
parent
20432adb14
commit
ecaf2aeb13
1 changed files with 10 additions and 0 deletions
10
docker/vimrc.local
Normal file
10
docker/vimrc.local
Normal file
|
@ -0,0 +1,10 @@
|
|||
set backup " Keep a backup file
|
||||
set backupdir=/var/backups/vim,. "keep backup file in another dir if possible, otherwise .
|
||||
syntax on " Highlight syntax
|
||||
set showcmd " Show (partial) command in status line.
|
||||
set showmatch " Show matching brackets.
|
||||
set ignorecase " Do case insensitive matching
|
||||
set incsearch " Incremental search
|
||||
set modeline
|
||||
set bg=dark
|
||||
autocmd BufEnter * set mouse-=a
|
Loading…
Reference in a new issue