Commit nvim configuration
This commit is contained in:
7
.config/nvim/lua/plugins/undotree.lua
Normal file
7
.config/nvim/lua/plugins/undotree.lua
Normal file
@ -0,0 +1,7 @@
|
||||
return {
|
||||
"mbbill/undotree",
|
||||
|
||||
keys = {
|
||||
{ "<leader>u", vim.cmd.UndotreeToggle },
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user