mirror of
https://github.com/zoriya/auto-save.nvim.git
synced 2026-05-31 10:01:46 +00:00
fixed load at startup
This commit is contained in:
@@ -6,9 +6,6 @@ if exists('g:loaded_autosave') | finish | endif
|
||||
let s:save_cpo = &cpo " save user coptions
|
||||
set cpo&vim " reset them to defaults
|
||||
|
||||
" main {{{
|
||||
lua require('autosave.main').main('startup')
|
||||
" }}}
|
||||
|
||||
" Interface {{{
|
||||
command! ASToggle lua require'autosave.main'.main('toggle')
|
||||
|
||||
Reference in New Issue
Block a user