diff options
author | christianchiarulli <[email protected]> | 2021-04-29 01:47:06 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-04-29 01:47:06 -0400 |
commit | 28b40b93347be5daef1d3bdf900a2285b832562d (patch) | |
tree | 6f14ba046dd362c38c4b336cb21d3fcfe7d6de0e /init.lua | |
parent | 1a65e468f3feb7be4cfbc387c70f7d2a5aa5c427 (diff) |
remove old whichkey reference
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -19,8 +19,7 @@ require('lv-autopairs') require('lv-rnvimr') require('lv-which-key') --- Which Key (Hope to replace with Lua plugin someday) --- vim.cmd('source ~/.config/nvim/vimscript/lv-whichkey/init.vim') +-- TODO is there a way to do this without vimscript vim.cmd('source ~/.config/nvim/vimscript/functions.vim') -- LSP |