mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 12:30:32 +01:00
Compare commits
2 Commits
7b2830d0f9
...
47436ddc59
| Author | SHA1 | Date | |
|---|---|---|---|
| 47436ddc59 | |||
| 4bd7364423 |
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -61,3 +61,6 @@
|
||||
[submodule "zsh/.config/zsh/plugins/zsh-auto-notify"]
|
||||
path = zsh/.config/zsh/plugins/zsh-auto-notify
|
||||
url = https://github.com/MichaelAquilina/zsh-auto-notify.git
|
||||
[submodule "vim/.vim/pack/bundle/start/vim-pkgbuild"]
|
||||
path = vim/.vim/pack/bundle/start/vim-pkgbuild
|
||||
url = https://github.com/m-pilia/vim-pkgbuild.git
|
||||
|
||||
1
vim/.vim/pack/bundle/start/vim-pkgbuild
Submodule
1
vim/.vim/pack/bundle/start/vim-pkgbuild
Submodule
Submodule vim/.vim/pack/bundle/start/vim-pkgbuild added at 5fc4106609
@@ -54,6 +54,7 @@ fun! StripTrailingWhitespace()
|
||||
endfun
|
||||
|
||||
autocmd BufWritePre * call StripTrailingWhitespace()
|
||||
autocmd filetype pkgbuild setlocal tabstop=2 shiftwidth=2 expandtab
|
||||
|
||||
" Keep backup files etc out of the way
|
||||
set undofile
|
||||
|
||||
Reference in New Issue
Block a user