1
0
neovim_config/lua/barink/plugins/undotree.lua

7 lines
136 B
Lua
Raw Permalink Normal View History

return {
"mbbill/undotree",
config = function ()
vim.keymap.set('n', '<leader><f1>', vim.cmd.UndotreeToggle)
end
}