COMPLETE rewrite of neovim config to see if we can speed things up!
This commit is contained in:
13
configs/dotfiles/nvim/lua/plugins/undotree.lua
Normal file
13
configs/dotfiles/nvim/lua/plugins/undotree.lua
Normal file
@ -0,0 +1,13 @@
|
||||
return {
|
||||
{
|
||||
'mbbill/undotree',
|
||||
keys = {
|
||||
{
|
||||
'<leader>u',
|
||||
vim.cmd.UndotreeToggle,
|
||||
mode = 'n',
|
||||
desc = 'UndoTree'
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user