neoclide / coc-rls

Rust language server support for coc.nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to disable the warning underline

Dizans opened this issue · comments

Screen Shot 2019-12-22 at 10 27 49 PM

I've already got the warning by the "x" symbol on the left by another plugin(ale + rls). I think i don't need the the waning underline which coc-rls bring to me(In fact i don't need any warning from coc-rls). I have set {"rust.show_warnings": false} in coc-settings.json, but it doesn't work. So please tell me how to disable the warning informations.

commented

Hi, did you were able to get rid off of the annoying warnings? I'm facing myself the same issue.

Hi, did you were able to get rid off of the annoying warnings? I'm facing myself the same issue.

I'm currently using coc.nvim + rust-analyzer.I think it's warning prompts are more restrained and acceptable.