Added shortcut for lsp format and added undotree

Signed-off-by: Vasileios Manikas <manikasv97@gmail.com>
This commit is contained in:
Vasileios Manikas 2025-05-14 15:08:46 +02:00
parent ba93965c08
commit 8547663a2b
3 changed files with 14 additions and 0 deletions

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

@ -0,0 +1,7 @@
return {
"mbbill/undotree",
cmd = "UndotreeToggle", -- Lazy load when the command is used
keys = {
{ "<leader>h", "<cmd>UndotreeToggle<cr>", desc = "Toggle Undotree" },
},
}