update vim config

This commit is contained in:
LordMZTE 2021-01-14 18:48:25 +01:00
parent 7cd7981784
commit a460a11b40

View file

@ -1,5 +1,3 @@
syntax enable
set tabstop=4
set shiftwidth=4
set expandtab
@ -26,6 +24,7 @@ Plug 'cespare/vim-toml'
Plug 'frazrepo/vim-rainbow'
Plug 'jiangmiao/auto-pairs'
Plug 'tpope/vim-endwise'
Plug 'vimwiki/vimwiki'
call plug#end()
@ -86,3 +85,6 @@ autocmd CursorHold * silent call CocActionAsync('highlight')
autocmd StdinReadPre * let s:std_in=1
autocmd VimEnter * if argc() == 0 && !exists("s:std_in") | NERDTree | endif
filetype plugin on
syntax on