add nvim configs
This commit is contained in:
8
.config/nvim/lua/plugins/undotree.lua
Executable file
8
.config/nvim/lua/plugins/undotree.lua
Executable file
@@ -0,0 +1,8 @@
|
||||
return {
|
||||
"jiaoshijie/undotree",
|
||||
dependencies = "nvim-lua/plenary.nvim",
|
||||
config = true,
|
||||
keys = { -- load the plugin only when using it's keybinding:
|
||||
{ "<leader>u", "<cmd>lua require('undotree').toggle()<cr>" },
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user