Skip to content
New issue

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

Disabling mappings still causes health check warnings. #270

Open
DasOhmoff opened this issue Nov 11, 2021 · 0 comments
Open

Disabling mappings still causes health check warnings. #270

DasOhmoff opened this issue Nov 11, 2021 · 0 comments

Comments

@DasOhmoff
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant