vim-lsc
vim-lsc copied to clipboard
Allow mapping other commands with `g:lsc_auto_map` too
For example, I would like to be able to map LSClientAllDiagnostics:
let g:lsc_auto_map = { 'defaults': v:true,
\ 'AllDiagnostics': '<F2>',
\ }