diff options
author | Joe <rrbo@proton.me> | 2023-09-29 11:07:25 +0200 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-09-29 11:07:25 +0200 |
commit | 499f5e6e14f5986fa9f2315a084fb7a5c3597f46 (patch) | |
tree | 4d7086562a0a60baf0e5aa98755cd30807681840 /.config/nvim/after/plugin/whichkey.lua | |
parent | good complete (diff) | |
download | dotfiles-bsd-499f5e6e14f5986fa9f2315a084fb7a5c3597f46.tar.gz dotfiles-bsd-499f5e6e14f5986fa9f2315a084fb7a5c3597f46.tar.bz2 dotfiles-bsd-499f5e6e14f5986fa9f2315a084fb7a5c3597f46.tar.xz dotfiles-bsd-499f5e6e14f5986fa9f2315a084fb7a5c3597f46.tar.zst dotfiles-bsd-499f5e6e14f5986fa9f2315a084fb7a5c3597f46.zip |
up
Diffstat (limited to '.config/nvim/after/plugin/whichkey.lua')
-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 = { |