add addons, some prefs
This commit is contained in:
parent
5aeddfdd5d
commit
d1a430248a
5 changed files with 98 additions and 13 deletions
7
lua/custom/plugins/undotree.lua
Normal file
7
lua/custom/plugins/undotree.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
"mbbill/undotree",
|
||||
|
||||
config = function()
|
||||
vim.keymap.set("n", "<leader>u", vim.cmd.UndotreeToggle)
|
||||
end
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue