]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/plugin/lsp.vim
Show LSP warning on status line only
[dotfiles.git] / vim / .vim / plugin / lsp.vim
index 573ddbd96488bbca63c15f4a09e378765a0ffcff..a342e3cfe3398e2a0075bc5fe5edd49b29dbccc3 100644 (file)
@@ -36,8 +36,13 @@ endfor
 var lspOpts = {
     ignoreMissingServer: true,
     autoComplete: false,
+
     autoHighlight: true,
     autoPopulateDiags: true,
+
+    # Lint warning only on status line, do not show near cursor
+    showDiagInPopup: false,
+    showDiagOnStatusLine: true,
     showSignature: false,
 }