Added shortcut for lsp format and added undotree
Signed-off-by: Vasileios Manikas <manikasv97@gmail.com>
This commit is contained in:
parent
ba93965c08
commit
8547663a2b
3 changed files with 14 additions and 0 deletions
7
lua/plugins/undotree.lua
Normal file
7
lua/plugins/undotree.lua
Normal 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" },
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue