1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 12:30:32 +01:00

Enable backups.

This commit is contained in:
Bert Peters
2017-04-11 01:08:32 +02:00
parent 2f41d2f5b1
commit c38c37619f

View File

@@ -45,6 +45,7 @@ set undoreload=10000
set undodir=~/.cache/vim/undo " vim will not create this directory. set undodir=~/.cache/vim/undo " vim will not create this directory.
set directory=~/.cache/vim/swap " vim will not create this directory. set directory=~/.cache/vim/swap " vim will not create this directory.
set backupdir=~/.cache/vim/backup " vim will not create this directory. set backupdir=~/.cache/vim/backup " vim will not create this directory.
set backup
set viminfo+=n~/.cache/vim/viminfo set viminfo+=n~/.cache/vim/viminfo
" Death to the "Thanks for flying vim" message " Death to the "Thanks for flying vim" message