diff options
| author | jdhao <jdhao@hotmail.com> | 2022-08-01 01:14:09 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-08-01 01:14:09 +0800 |
| commit | 5498a05bf782977453f11608f5ad905c9119790f (patch) | |
| tree | d4a46cf71c9741f84d8a386306a0ce1664404081 /lua/plugins.lua | |
| parent | 644f8b6e2dc2ff3100c1f489a4c343f64f0d992c (diff) | |
revert to vim-auto-save
auto-save.nvim is erroring out
Diffstat (limited to 'lua/plugins.lua')
| -rw-r--r-- | lua/plugins.lua | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index da47601..a12b655 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -186,13 +186,7 @@ packer.startup({ -- use 'mg979/vim-visual-multi' -- Autosave files on certain events - use({ - "Pocco81/AutoSave.nvim", - event = "VimEnter", - config = function() - vim.defer_fn(function() require('config.autosave') end, 1500) - end - }) + use({"907th/vim-auto-save", event = "InsertEnter"}) -- Show undo history visually use({"simnalamburt/vim-mundo", cmd = {"MundoToggle", "MundoShow"}}) |
