vim-lsc icon indicating copy to clipboard operation
vim-lsc copied to clipboard

Allow mapping other commands with `g:lsc_auto_map` too

Open Jorenar opened this issue 4 years ago • 0 comments

For example, I would like to be able to map LSClientAllDiagnostics:

let g:lsc_auto_map = { 'defaults': v:true,
     \ 'AllDiagnostics': '<F2>',
     \ }

Jorenar avatar Mar 29 '21 15:03 Jorenar