aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r--lua/plugins.lua8
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"}})