feat(nvim): add undotree

This commit is contained in:
Oliver Davies 2023-08-14 00:23:46 +01:00
parent 07bc04fa4d
commit b63b84e2f1
2 changed files with 4 additions and 0 deletions
config/neovim/after/plugin

View file

@ -0,0 +1,3 @@
local nmap = require "opdavies.keymap".nmap
nmap { "<leader>u", vim.cmd.UndotreeToggle }