Project config for lsp #927
Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey I have skimmed through the wiki and I couldn't find what I was looking for, I might have missed it, so just in case, I'm asking here:
Basically, I would like the lsp to suppress a very specific error. The below image shows the error I'm getting. For context, I'm using neovim with the lspconfig plugin.
The error occurs because I do not declare this variable
vim
, instead it is automatically added by neovim at runtime. It would be nice If I was able to supress this error, however I would like for it to supress only when its regarding the variablevim
.If this variable specific error suppression is not possible, would it be possible to supress the error altogether?
Also note, I only want this to happen depending on my project's root folder
Beta Was this translation helpful? Give feedback.
All reactions