feat(nvim): add undotree
This commit is contained in:
parent
07bc04fa4d
commit
b63b84e2f1
2 changed files with 4 additions and 0 deletions
config/neovim/after/plugin
3
config/neovim/after/plugin/undotree.lua
Normal file
3
config/neovim/after/plugin/undotree.lua
Normal file
|
@ -0,0 +1,3 @@
|
|||
local nmap = require "opdavies.keymap".nmap
|
||||
|
||||
nmap { "<leader>u", vim.cmd.UndotreeToggle }
|
Loading…
Add table
Add a link
Reference in a new issue