Add extra plugins
This commit is contained in:
parent
ca75729c7a
commit
2d4fe69a06
10 changed files with 201 additions and 0 deletions
6
lua/custom/plugins/undotree.lua
Normal file
6
lua/custom/plugins/undotree.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
'mbbill/undotree',
|
||||
config =function ()
|
||||
vim.keymap.set("n", "<leader>u", "<CMD>UndotreeToggle<CR>")
|
||||
end
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue