Update nvim config
This commit is contained in:
parent
730757979d
commit
e9f312b107
1 changed files with 3 additions and 1 deletions
|
@ -57,7 +57,9 @@ syntax enable
|
|||
let g:load_doxygen_syntax=1
|
||||
|
||||
" enable filetype plugins
|
||||
filetype plugin on
|
||||
filetype plugin indent on
|
||||
autocmd FileType javascript setlocal tabstop=2 shiftwidth=2 expandtab
|
||||
autocmd FileType json setlocal tabstop=2 shiftwidth=2 expandtab
|
||||
|
||||
" enable nvim-specific inccommand
|
||||
if has('nvim')
|
||||
|
|
Loading…
Reference in a new issue