diff options
author | Chris <[email protected]> | 2021-03-15 01:30:00 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-15 01:30:00 -0400 |
commit | 6ac78a26f106b49961df43a87ffcc64ecb281dc3 (patch) | |
tree | a9fa3583c8c17837e00659b065eb14faa45a68f4 /init.lua | |
parent | 7027e838b06a531b8532e0d5158d4090c96ac8f7 (diff) |
update init.lua
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,8 @@ require('nv-quickscope') require('nv-rnvimr') require('nv-startify') require('nv-telescope') +require('nv-floaterm') +require('nv-vim-rooter') -- Which Key (Hope to replace with Lua plugin someday) vim.cmd('source ~/.config/nvim/lua/nv-whichkey/init.vim') |