A strongly 'backup'
of Vim for each your saving!
This backs up a file when you :write
the file.
For example, below file is saved when you :write
/home/you/todo.md at 2016-10-06 11:06 🐕
~/.backup/vim_backup/2016-10-06/%home%you%todo.md_at_11:06
Please follow below line.
call dein#add('aiya000/aho-bakaup.vim')
Or follow below line if you use toml
[[plugins]]
repo = 'aiya000/aho-bakaup.vim'
And if you load toml lazily, you can use below lines.
[[plugins]]
repo = 'aiya000/aho-bakaup.vim'
on_cmd = [
'BakaupBackupExecute',
'BakaupEnable',
'BakaupDisable',
'BakaupArchiveBackups',
'BakaupSetBackupDir',
'BakaupExplore',
'BakaupTexplore',
'BakaupVexplore',
'BakaupSexplore',
]
let g:bakaup_auto_backup = 1
This value is 0 by default.
aho-bakaup.vim is not enabled by default.
Above line enables aho-bakaup.vim!
More specs are availabled in ./doc (:help bakaup.vim
) 🐶