Hey, thanks for nice plugin!
I have autocmd command for auto sourcing my vimrc. And when the plugin is saving file I'm getting my vim unnecessary frozen during sourcing the config..
autocmd bufwritepost $MYVIMRC source $MYVIMRC
It would be nice to have a setting to ignore/exclude some files, smth like this:
let g:auto_save_files_ignore = [$MYVIMRC]
Btw I have these settings:
let g:auto_save = 1
" https://github.com/907th/vim-auto-save/issues/53#issuecomment-571819789
let g:auto_save_events = ["CursorHold"]
set updatetime=300
Btw2 I can donate few dollars for this feature!
Hey, thanks for nice plugin!
I have
autocmdcommand for auto sourcing my vimrc. And when the plugin is saving file I'm getting my vim unnecessary frozen during sourcing the config..It would be nice to have a setting to ignore/exclude some files, smth like this:
Btw I have these settings:
Btw2 I can donate few dollars for this feature!