add nvim config
This commit is contained in:
8
nvim/lua/markaya/plugins/undotree.lua
Normal file
8
nvim/lua/markaya/plugins/undotree.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
return {
|
||||
'mbbill/undotree',
|
||||
commit = '0f1c981',
|
||||
ignore_install = { '' },
|
||||
config = function()
|
||||
vim.keymap.set('n', '<leader>u', vim.cmd.UndotreeToggle, { desc = 'UndotreeToggle' })
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user