diff options
| author | jdhao <jdhao@hotmail.com> | 2022-08-01 01:14:09 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-08-01 01:14:09 +0800 |
| commit | 5498a05bf782977453f11608f5ad905c9119790f (patch) | |
| tree | d4a46cf71c9741f84d8a386306a0ce1664404081 /core/plugins.vim | |
| parent | 644f8b6e2dc2ff3100c1f489a4c343f64f0d992c (diff) | |
revert to vim-auto-save
auto-save.nvim is erroring out
Diffstat (limited to 'core/plugins.vim')
| -rw-r--r-- | core/plugins.vim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index 910c4ab..a044b76 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -425,3 +425,8 @@ function! s:wilder_init() abort echohl Error |echomsg "Wilder.nvim missing: run :PackerSync to fix."|echohl None endtry endfunction + +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" +" auto-save " +"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" +let g:auto_save = 1 " enable AutoSave on Vim startup |
