neoclide / coc-rls

Rust language server support for coc.nvim
387 stars 19 forks source link

Autosuggestion shows suggestions twice. #58

Closed hmble closed 4 years ago

hmble commented 4 years ago

screehot

Here coc shows two autosuggestion.

chemzqm commented 4 years ago

Remove rls configuration in your coc-settings.json if you're using coc-rls.

hmble commented 4 years ago

Thank You. This fixed my issue I think we should update Wiki to not add configuration settings for while using coc-rls

hmble commented 4 years ago

I updated Wiki stating below message

For coc-rls do not add above configuration in coc-settings.json file just use ( rustup component add rls rust-analysis rust-src)