feat(nvim): add filetype yaml
This commit is contained in:
parent
69bdbad95b
commit
80635f432b
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ let g:load_doxygen_syntax=1
|
|||
filetype plugin indent on
|
||||
autocmd FileType javascript setlocal tabstop=2 shiftwidth=2 expandtab
|
||||
autocmd FileType json setlocal tabstop=2 shiftwidth=2 expandtab
|
||||
autocmd FileType yaml setlocal tabstop=2 shiftwidth=2 expandtab
|
||||
|
||||
" enable nvim-specific inccommand
|
||||
if has('nvim')
|
||||
|
|
Loading…
Reference in a new issue