From 8ff1e683aa6c0af5f6c0f62072f1fac03dee6f5d Mon Sep 17 00:00:00 2001 From: jdhao Date: Fri, 22 Oct 2021 22:06:13 +0800 Subject: remove vim-auto-save settings --- core/plugins.vim | 10 ---------- 1 file changed, 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 t :Vista!! "}} "{{ 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 -- cgit v1.2.3