We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This plugin seems to hijack the space key to create a line fold or something far less useful than my leaderkey, which is space. Using Neovim .7.
I have let g:disable_rainbow_key_mappings = 1 but this is still happening.
let g:disable_rainbow_key_mappings = 1
Assuming it is this plugin as if I :set ft=md my space leaderkey works as normal.
:set ft=md
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This plugin seems to hijack the space key to create a line fold or something far less useful than my leaderkey, which is space. Using Neovim .7.
I have
let g:disable_rainbow_key_mappings = 1
but this is still happening.Assuming it is this plugin as if I
:set ft=md
my space leaderkey works as normal.The text was updated successfully, but these errors were encountered: