diff --git a/nvim/.config/nvim/init.vim b/nvim/.config/nvim/init.vim index dcb6754..ed46821 100644 --- a/nvim/.config/nvim/init.vim +++ b/nvim/.config/nvim/init.vim @@ -56,6 +56,7 @@ 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 +autocmd FileType PKGBUILD setlocal tabstop=2 shiftwidth=2 expandtab " enable nvim-specific inccommand if has('nvim')