Initial commit
This commit is contained in:
7
modules/features/neovim/lua/plugins/undotree.lua
Normal file
7
modules/features/neovim/lua/plugins/undotree.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
return {
|
||||
"undotree",
|
||||
after = function ()
|
||||
vim.keymap.set("n", "<leader>u", vim.cmd.UndotreeToggle)
|
||||
vim.g.undotree_UndoDir = ".local/share/nvim/"
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user