mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
feat: add Dotbot
This commit is contained in:
8
config/nvim/lua/plugins/auto-save.lua
Normal file
8
config/nvim/lua/plugins/auto-save.lua
Normal 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" },
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user