summaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-05-03 11:05:03 +0200
committerAlex Auvolat <alex@adnab.me>2023-05-03 11:05:03 +0200
commit6dba53af843594854d51b71107b16305258b6ee8 (patch)
tree79af0be1720c6c2ff9ba05a91b933193e755a518 /vim
parentf23cb61b49a7edb16945d601369b4ff10901c28d (diff)
downloaduser-config-6dba53af843594854d51b71107b16305258b6ee8.tar.gz
user-config-6dba53af843594854d51b71107b16305258b6ee8.zip
vim simplify ; add lindy backup cron
Diffstat (limited to 'vim')
-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
-
-