feat(nvim): add auto-save.nvim

This commit is contained in:
Stefan Imhoff
2023-11-18 14:39:18 +01:00
parent 9835fe72f7
commit a2cbc7f3c3
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
-- 🧶 Automatically save your changes in NeoVim
-- https://github.com/pocco81/auto-save.nvim
return {
"Pocco81/auto-save.nvim",
keys = {
{ "<leader>as", "<Cmd>ASToggle<CR>", desc = "Autosave Toggle" },
},
}