-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Single file linting #41
Comments
The language server's functionality is tied to a workspace not a repo. So I would recommend checking if your LSP engine is correctly detecting a workspace and informing the language server so. Would suggest checking the deubg info from your LSP for the language server. The language server should log this info including the files it is indexing etc. |
The workspace is determined by LSP's root_dir option right? Is it possible to lint individual files outside of workspaces? To clarify: |
Unfortunately no such support exists for this language server right now. I have added it to the TBD list. But pull requests always appreciated. |
Hi, I’m using the LSP with nvim. Under server_configurations on nvim_lspconfig, it states that there is single file support enabled by default.
However, I don’t get linting on files unless in a git repository. Is it possible to enable linting globally and how would I go about achieving this?
The text was updated successfully, but these errors were encountered: