rust-shell-script

Results 1 issues of rust-shell-script

coc-clangd is not responding to config changes With default settings for both plugins: ``` autocmd BufRead *.c,*.h,*.cpp \ call coc#config('cSpell.enabled', v:false) | \ call coc#config('clangd.enabled', v:false) autocmd InsertEnter *.c,*.h,*.cpp \...

enhancement