feat(nvim): add PKGBUILD autocmd
This commit is contained in:
parent
851de42f74
commit
9a5e737511
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ filetype plugin indent on
|
||||||
autocmd FileType javascript setlocal tabstop=2 shiftwidth=2 expandtab
|
autocmd FileType javascript setlocal tabstop=2 shiftwidth=2 expandtab
|
||||||
autocmd FileType json setlocal tabstop=2 shiftwidth=2 expandtab
|
autocmd FileType json setlocal tabstop=2 shiftwidth=2 expandtab
|
||||||
autocmd FileType yaml setlocal tabstop=2 shiftwidth=2 expandtab
|
autocmd FileType yaml setlocal tabstop=2 shiftwidth=2 expandtab
|
||||||
|
autocmd FileType PKGBUILD setlocal tabstop=2 shiftwidth=2 expandtab
|
||||||
|
|
||||||
" enable nvim-specific inccommand
|
" enable nvim-specific inccommand
|
||||||
if has('nvim')
|
if has('nvim')
|
||||||
|
|
Loading…
Reference in a new issue