Closed rene-descartes2021 closed 2 years ago
Fixes a bug I noticed when using both vim-lsp and csharp layers in space-vim. They both set a dictionary-function on g:spacevim#map#leader#desc['l'] resulting in a nesting of functions, but vim-which-key only evaluates the first at present.
g:spacevim#map#leader#desc['l']
Fixes a bug I noticed when using both vim-lsp and csharp layers in space-vim. They both set a dictionary-function on
g:spacevim#map#leader#desc['l']
resulting in a nesting of functions, but vim-which-key only evaluates the first at present.