updated VIM config
This commit is contained in:
parent
4c4fe5b630
commit
5bd82ebadc
1 changed files with 8 additions and 1 deletions
9
.vimrc
9
.vimrc
|
@ -6,12 +6,15 @@
|
|||
set nocompatible
|
||||
|
||||
" Sets how many lines of history VIM has to remember
|
||||
set history=1000
|
||||
"set history=1000
|
||||
|
||||
" Enable filetype plugins
|
||||
filetype plugin on
|
||||
filetype indent on
|
||||
|
||||
" Enable syntax completion
|
||||
set omnifunc=syntaxcomplete#Complete
|
||||
|
||||
" automatisches Indenting aktivieren
|
||||
set ai
|
||||
|
||||
|
@ -58,6 +61,10 @@ set showcmd
|
|||
" How many tenths of a second to blink when matching brackets
|
||||
set mat=4
|
||||
|
||||
" Setup tab completion
|
||||
set wildmode=list:longest,full
|
||||
set wildmenu
|
||||
|
||||
" Enable syntax highlighting
|
||||
syntax enable
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue