More work, LSP is not working yet need to figure that out more
This commit is contained in:
parent
713d128018
commit
764b890c58
32 changed files with 290 additions and 441 deletions
9
lua/plugins/undotree.lua
Normal file
9
lua/plugins/undotree.lua
Normal file
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
"mbbill/undotree",
|
||||
commit = "485f01efde4e22cb1ce547b9e8c9238f36566f21",
|
||||
event = "BufEnter",
|
||||
keys = {
|
||||
{ "<leader>u", vim.cmd.UndotreeToggle, desc = "Undo Tree Toggle" },
|
||||
},
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue