Add jj/kitty/nvim/opencode/paru/fish/yazi/jjui
This commit is contained in:
7
nvim/files/lua/plugins/undotree.lua
Normal file
7
nvim/files/lua/plugins/undotree.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
return {
|
||||
"mbbill/undotree",
|
||||
|
||||
config = function()
|
||||
vim.keymap.set("n", "<leader>u", vim.cmd.UndotreeToggle)
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user