Enable change history and auto-save
This commit is contained in:
parent
5f01bcf4ee
commit
4a6e152d80
2 changed files with 23 additions and 4 deletions
15
.config/nvim/lua/plugins/history.lua
Normal file
15
.config/nvim/lua/plugins/history.lua
Normal file
|
@ -0,0 +1,15 @@
|
|||
return {
|
||||
{
|
||||
"mbbill/undotree",
|
||||
lazy = true,
|
||||
keys = {
|
||||
{ "<leader>fh", "<cmd>UndotreeToggle<cr>", desc = "Toggle Undotree" },
|
||||
},
|
||||
},
|
||||
{
|
||||
"pocco81/auto-save.nvim",
|
||||
keys = {
|
||||
{ "<leader>as", "<cmd>ASToggle<cr>", desc = "Toggle Auto Save" },
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue