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
Hello. Thank you for your help.
I like this plugin, it is really nice. But there are some mappings that I don't need, so I tried to disable them:
autocmd User targets#mappings#user call targets#mappings#extend( \ { \ ',': {}, ';': {}, ':': {}, \ '+': {}, '=': {}, '~': {}, \ '#': {}, '&': {}, '$': {}, \ 'a': {}, 'B': {}, 'b': {}, 't': {}, 'q': {}, \ })
But the healthcheck still shows warnings:
health#targets#check ======================================================================== - WARNING: Conflicting mapping found: aB → :<C-U>call TextObjWordBasedColumn('aW')<CR> B → {} - WARNING: Conflicting mapping found: iB → :<C-U>call TextObjWordBasedColumn('iW')<CR> B → {} - WARNING: Conflicting mapping found: ab → :<C-U>call TextObjWordBasedColumn('aw')<CR> b → {} - WARNING: Conflicting mapping found: ib → :<C-U>call TextObjWordBasedColumn('iw')<CR> b → {} - WARNING: Conflicting mapping found: a, → <Plug>Argumentative_OuterTextObject , → {} - WARNING: Conflicting mapping found: i, → <Plug>Argumentative_InnerTextObject , → {} - WARNING: Conflicting mapping found: at → <Plug>(textobj-between-a) t → {} - WARNING: Conflicting mapping found: it → <Plug>(textobj-between-i) t → {}
How can I fix this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello. Thank you for your help.
I like this plugin, it is really nice. But there are some mappings that I don't need, so I tried to disable them:
But the healthcheck still shows warnings:
How can I fix this?
The text was updated successfully, but these errors were encountered: