-
I recently installed nvim because I want orgmode. But on most systems I maintain, I still use vim so I have my vimrc included in init.vim This works fine so far. Exept for which-key with orgmode. my nvim version:
If I press the orgmode keybindigs fast, so without the which-key menu, everything works. Example:
The same behavior in an orgmode file:
My personal key bindings all work as expected. Here are my config files for reference: Any idea whats going wrong here? Is it possible that the fact that liuchengxu/vim-which-key is a vimscript plugin and orgmode is a lua plugin makes problem here? Best regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The problem was, to use liuchengxu/vim-which-key which is a vim plugin. |
Beta Was this translation helpful? Give feedback.
The problem was, to use liuchengxu/vim-which-key which is a vim plugin.
After migrating to folke/which-key.nvim the problem dissappears.