index
:
gabrielgio.lua
master
new
My neovim configuration
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua
/
gabrielgio
/
undotree.lua
blob: c117df2cfc3d5b30b800acf3a4d949cae66cf525 (
plain
)
1
2
3
local
key
=
require
(
"gabrielgio.key"
)
key
.
nnoremap
(
"<leader>ut"
,
":UndotreeToggle<cr>"
)