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