mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2026-02-04 06:42:05 +00:00
Update 2025-12-31
This commit is contained in:
18
lua/plugins/atone.lua
Normal file
18
lua/plugins/atone.lua
Normal file
@@ -0,0 +1,18 @@
|
||||
return {
|
||||
"XXiaoA/atone.nvim",
|
||||
cmd = "Atone",
|
||||
keys = {
|
||||
{
|
||||
"<leader>u",
|
||||
function()
|
||||
vim.cmd("Atone toggle")
|
||||
end,
|
||||
desc = "Toggle Undotree",
|
||||
},
|
||||
},
|
||||
opts = {
|
||||
ui = {
|
||||
compact = true,
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user