autozimu / LanguageClient-neovim

Language Server Protocol (LSP) support for vim and neovim.
MIT License
3.55k stars 272 forks source link

configure linting to display sign in gutter and quicklist but not inline #1263

Open srearl opened 1 year ago

srearl commented 1 year ago

Is it possible to configure linting such that signs are displayed in the gutter and details are provided in the quicklist but inline text/highlighting are not displayed? I have played with many combinations of settings in LanguageClient_diagnosticsDisplay but without success. Thanks in advance for any suggestions.