Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Overbryd committed Dec 7, 2020
1 parent 4d55072 commit 74eec39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vimrc
Expand Up @@ -233,12 +233,12 @@ set smartcase
set nofoldenable

" directories for backup, tmp and swp files
set backupdir=~/.vim/tmp/backup
set directory=~/.vim/tmp/swap
set backupdir=~/.vim/tmp/backup//
set directory=~/.vim/tmp/swap//

" save an undofile to be able to undo changes after closing files
set undofile
set undodir=~/.vim/tmp/undo
set undodir=~/.vim/tmp/undo//
" use many levels of undo

" I got enough memory, no need for swap files
Expand Down

0 comments on commit 74eec39

Please sign in to comment.