More work, LSP is not working yet need to figure that out more

This commit is contained in:
RingOfStorms (Joshua Bell) 2023-06-07 03:19:56 -05:00
parent 713d128018
commit 764b890c58
32 changed files with 290 additions and 441 deletions

9
lua/plugins/undotree.lua Normal file
View file

@ -0,0 +1,9 @@
return {
"mbbill/undotree",
commit = "485f01efde4e22cb1ce547b9e8c9238f36566f21",
event = "BufEnter",
keys = {
{ "<leader>u", vim.cmd.UndotreeToggle, desc = "Undo Tree Toggle" },
},
}