diff options
| author | jdhao <jdhao@hotmail.com> | 2021-10-22 22:06:13 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-10-22 22:06:13 +0800 |
| commit | 8ff1e683aa6c0af5f6c0f62072f1fac03dee6f5d (patch) | |
| tree | efcb264073c948c39632c8599e8bf6cf2e0e2264 /core/plugins.vim | |
| parent | 8325286097ffde36bda0d5e4a2c59dcb19394e1a (diff) | |
remove vim-auto-save settings
Diffstat (limited to 'core/plugins.vim')
| -rw-r--r-- | core/plugins.vim | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index 515f606..a43bdb9 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -155,16 +155,6 @@ nnoremap <silent> <Space>t :<C-U>Vista!!<CR> "}} "{{ File editing -""""""""""""""""""""""""vim-auto-save settings""""""""""""""""""""""" -" Enable autosave on nvim startup -let g:auto_save = 1 - -" A list of events to trigger autosave -let g:auto_save_events = ['InsertLeave', 'TextChanged'] - -" Whether to show autosave status on command line -let g:auto_save_silent = 0 - """"""""""""""""""""""""vim-mundo settings""""""""""""""""""""""" let g:mundo_verbose_graph = 0 let g:mundo_width = 80 |
