diff options
Diffstat (limited to '')
-rw-r--r-- | .config/nvim/after/plugin/whichkey.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nvim/after/plugin/whichkey.lua b/.config/nvim/after/plugin/whichkey.lua index de726b6..6473a66 100644 --- a/.config/nvim/after/plugin/whichkey.lua +++ b/.config/nvim/after/plugin/whichkey.lua @@ -1,6 +1,7 @@ local ma = require('harpoon.mark') local ui = require('harpoon.ui') local ts = require('telescope.builtin') +require('telescope').load_extension('harpoon') local wk = require('which-key') wk.register({ a = { |