summaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc7
1 files changed, 1 insertions, 6 deletions
diff --git a/vim/vimrc b/vim/vimrc
index a5f8092..8ea1315 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -73,10 +73,7 @@ let NERDTreeIgnore=['\.o$', '\.cmo$', '\.cmx$', '\.cmi$', '\.lib$', '\.pyc$', '^
" set completeopt=menuone,menu,longest,preview
-" set undofile
-set directory=~/.vim/swp
-set backupdir=~/.vim/backup
-" set undodir=~/.vim/undo
+set directory=~/.vim/swp,/tmp
" =========== FILE TYPE SPECIFIC
@@ -103,5 +100,3 @@ autocmd FileType tex setlocal spell spelllang=en
" packloadall
" silent! helptags ALL
-
-