From feafeaf8dafd2056d4534db548823333857f599a Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Sun, 27 Feb 2022 14:14:43 -0600 Subject: [PATCH] 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. --- .gitignore | 2 -- vim/.vimrc | 2 -- 2 files changed, 4 deletions(-) diff --git a/.gitignore b/.gitignore index 7072071..ec94ee4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1 @@ -vim/.local/share/vim/swap/ -vim/.local/share/vim/undo/ vim/.vim/pack/plugins/start/ diff --git a/vim/.vimrc b/vim/.vimrc index bebc6dd..f6eb772 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -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