nim-lang/langserver

Disable nimsuggest diagnostics

n0bra1n3r opened this issue · 1 comments

Currently the diagnostics from nimsuggest through nimlangserver seem a bit intermittent, and I was wondering if I could simply disable it. I was thinking of just using nim check via the null-ls plugin in neovim, which might provide a more consistent diagnostic source. Is there a switch to disable diagnostics? I couldn't find one looking at the sources, but thought I'd just ask.

Looks like I was mistaken. Seems like the following should do what I need:

      "autoCheckFile": false,
      "autoCheckProject": false