nvim: after/ftplugin/c: Fix conflicting mapping

,d cscope mapping conflicts with the LSP diagnostic mapping.
This commit is contained in:
Sanchayan Maity 2021-09-25 19:34:59 +05:30
parent f7d12b27d3
commit 6223b802ce
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ nmap <buffer> <silent> <LocalLeader>s <Plug>(quickr_cscope_symbols)
nmap <buffer> <silent> <LocalLeader>g <Plug>(quickr_cscope_global)
nmap <buffer> <silent> <LocalLeader>h <Plug>(quickr_cscope_global_split)
nmap <buffer> <silent> <LocalLeader>v <Plug>(quickr_cscope_global_vert_split)
nmap <buffer> <silent> <LocalLeader>d <Plug>(quickr_cscope_functions)
nmap <buffer> <silent> <LocalLeader>D <Plug>(quickr_cscope_functions)
nmap <buffer> <silent> <LocalLeader>c <Plug>(quickr_cscope_callers)
nmap <buffer> <silent> <LocalLeader>t <Plug>(quickr_cscope_text)
nmap <buffer> <silent> <LocalLeader>e <Plug>(quickr_cscope_egrep)