-
After installation and setup, I found that doing Or did i miss something maybe? This is how i am doing it now: https://github.com/gtnbssn/dotfiles/blob/main/nvim/.config/nvim/lua/pluginsConf/leap.lua It stops working if i remove the call to set_default_keymaps(). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Yes. As it is described in the docs, |
Beta Was this translation helpful? Give feedback.
Yes. As it is described in the docs,
setup
just for updating multiple values in the configuration table (which you could also do manually).set_default_keymaps
is unrelated, you should call it separately.