index
:
dotfiles
main
My Personal Dotfiles
JP Appel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nvim
/
after
/
plugin
/
keymap.lua
blob: cf29d6a2a0905314201fd6657372b1264f1591e3 (
plain
) (
blame
)
1
2
3
4
5
local
Remap
=
require
(
"keymap"
)
Remap
.
nmap
(
"gf"
,
function
()
vim
.
cmd
(
[[:e <cfile>]]
)
end
)