add back which key

This commit is contained in:
Chris 2021-03-14 21:36:54 -04:00
parent ce21cc9c63
commit 3fd4e13bf7
6 changed files with 257 additions and 6 deletions

View file

@ -17,6 +17,9 @@ require('nv-quickscope')
require('nv-rnvimr')
require('nv-startify')
-- Which Key (Hope to replace with Lua plugin someday)
vim.cmd('source ~/.config/nvim/lua/nv-whichkey/init.vim')
-- LSP
require('lsp')
require('utils')