diff options
author | Chris <[email protected]> | 2021-03-15 03:38:15 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-15 03:38:15 -0400 |
commit | 1f480c6454ae56fab6294dfeadc8aa2bfefc42c9 (patch) | |
tree | acaa55c0d23abd9cca8cac71d4d9ffbeccc348f2 /init.lua | |
parent | 0b7128cbc0481ac317710fd85867cbffec53949e (diff) |
added hop.nvim
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ require('nv-telescope') require('nv-floaterm') require('nv-vim-rooter') require('nv-lspkind') +require('nv-hop') -- Which Key (Hope to replace with Lua plugin someday) vim.cmd('source ~/.config/nvim/lua/nv-whichkey/init.vim') |