dotfiles/nvim/.config/nvim/after/plugin
Sanchayan Maity b0e55a6e60 nvim: after/plugin/word-column: Fix conflicting mapping with target
Since we now have more mapping available after dropping treesitter
text objects, we can fix this.

Fixes the below warning from targets check health.

targets: health#targets#check
========================================================================
  - WARNING: Conflicting mapping found:
    aq → <Plug>(textobj-wordcolumn-word-a)
    q → {'quote': [{'d': ''''}, {'d': '"'}, {'d': '`'}]}
  - WARNING: Conflicting mapping found:
    iq → <Plug>(textobj-wordcolumn-word-i)
    q → {'quote': [{'d': ''''}, {'d': '"'}, {'d': '`'}]}
2022-11-24 14:21:49 +05:30
..
auto-session.lua nvim: plugins: Drop vim-workspace and use auto-session 2022-01-25 10:17:33 +05:30
comment.lua nvim: plugins: Switch to Comment.nvim from commentary.vim 2021-10-17 18:30:31 +05:30
dispatch.vim nvim: plugins: Switch to vim-dispatch from asyncdo 2021-10-17 18:30:31 +05:30
easyalign.lua nvim: Use the new API for setting keymap 2022-04-16 14:27:22 +05:30
fugitive.vim nvim: after/plugin/fugitive: Update gd/D mappings to use difftool 2022-11-04 17:46:44 +05:30
fzf-preview.lua nvim: Use the new API for setting keymap 2022-04-16 14:27:22 +05:30
fzf.vim nvim: after/plugin/fzf: BCommits also supports visual selection 2022-03-27 19:26:36 +05:30
gitlinker.lua nvim: after/plugin/gitlinker: Fix gnome url 2022-05-05 16:48:21 +05:30
gitsigns.lua nvim: after/plugin/gitsigns: Use on_attach callback to setup mappings 2022-11-04 09:54:55 +05:30
hop.lua nvim: Use the new API for setting keymap 2022-04-16 14:27:22 +05:30
jk-jumps.vim nvim: after/plugin: Add j and k motion to the jump list 2021-05-18 19:40:03 +05:30
marks.lua nvim: Use the new API for setting keymap 2022-04-16 14:27:22 +05:30
nvim-lightbulb.lua nvim: Add lightbulb for discoverable LSP code actions 2021-07-26 18:44:41 +05:30
nvim-lint.lua nvim: after/plugin/nvim-lint: Use leader instead of local leader 2022-11-15 17:32:07 +05:30
snipcomp.lua nvim: after/plugin/snipcomp: Sync with upstream 2022-04-19 20:08:18 +05:30
statusline.lua nvim: statusline: Add space after git ahead behind symbol 2022-09-05 19:04:30 +05:30
word-column.vim nvim: after/plugin/word-column: Fix conflicting mapping with target 2022-11-24 14:21:49 +05:30