Drop config that already has sane defaults

Neovim has some pretty great sane defaults, so no reason to keep stuff
around that's backfilling vim's lack of sane defaults.
This commit is contained in:
Josh Sherman 2022-02-27 14:14:43 -06:00
parent 569e2775eb
commit feafeaf8da
No known key found for this signature in database
GPG key ID: 55B058A80530EF22
2 changed files with 0 additions and 4 deletions

2
.gitignore vendored
View file

@ -1,3 +1 @@
vim/.local/share/vim/swap/
vim/.local/share/vim/undo/
vim/.vim/pack/plugins/start/ vim/.vim/pack/plugins/start/

View file

@ -11,8 +11,6 @@ set hid
set hls ic is set hls ic is
set nu rnu set nu rnu
set directory=~/.local/share/vim/swap,/tmp
set undodir=~/.local/share/vim/undo,/tmp
set undofile set undofile
autocmd FileType php,python setl sts=4 sw=4 ts=4 autocmd FileType php,python setl sts=4 sw=4 ts=4