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:
parent
569e2775eb
commit
feafeaf8da
2 changed files with 0 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1 @@
|
|||
vim/.local/share/vim/swap/
|
||||
vim/.local/share/vim/undo/
|
||||
vim/.vim/pack/plugins/start/
|
||||
|
|
|
@ -11,8 +11,6 @@ set hid
|
|||
set hls ic is
|
||||
set nu rnu
|
||||
|
||||
set directory=~/.local/share/vim/swap,/tmp
|
||||
set undodir=~/.local/share/vim/undo,/tmp
|
||||
set undofile
|
||||
|
||||
autocmd FileType php,python setl sts=4 sw=4 ts=4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue