1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

minor update to auto-save

This commit is contained in:
jdhao 2020-10-09 01:22:50 +08:00
parent 6749ecfac5
commit 8cd992f5e4

View File

@ -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"""""""""""""""""""""""""