Update nvim config

This commit is contained in:
George Rawlinson 2017-04-14 15:23:37 +12:00
parent 730757979d
commit e9f312b107
1 changed files with 3 additions and 1 deletions

View File

@ -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')