1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 12:30:32 +01:00

Add PKGBUILD handling

This commit is contained in:
2025-05-30 13:22:40 +02:00
parent 7b2830d0f9
commit 4bd7364423
2 changed files with 2 additions and 0 deletions

Submodule vim/.vim/pack/bundle/start/vim-pkgbuild added at 5fc4106609

View File

@@ -54,6 +54,7 @@ fun! StripTrailingWhitespace()
endfun endfun
autocmd BufWritePre * call StripTrailingWhitespace() autocmd BufWritePre * call StripTrailingWhitespace()
autocmd filetype pkgbuild setlocal tabstop=2 shiftwidth=2 expandtab
" Keep backup files etc out of the way " Keep backup files etc out of the way
set undofile set undofile