aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins.vim3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins.vim b/plugins.vim
index 08862a9..62576fa 100644
--- a/plugins.vim
+++ b/plugins.vim
@@ -523,9 +523,8 @@ let g:auto_save = 1
" A list of events to trigger autosave
let g:auto_save_events = ['InsertLeave', 'TextChanged']
-" let g:auto_save_events = ['InsertLeave']
-" Show autosave status on command line
+" Whether to show autosave status on command line
let g:auto_save_silent = 0
""""""""""""""""""""""""""""vim-yoink settings"""""""""""""""""""""""""