We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would be nice if we could configure sqlfluff as an LSP server with nvim-lspconfig, similar to eslint, so we can can get in-buffer diagnostics
sqlfluff
nvim-lspconfig
eslint
Example linter errors from sqlfluff on test.sql:
test.sql
Just an example of how diagnostics aren't shown because I haven't configured sqlfluff as an LSP with nvim:
nvim
The text was updated successfully, but these errors were encountered:
Not clear what you are asking. If you are asking for lspconfig to include a config for sqlfluff, just send a PR.
Sorry, something went wrong.
No branches or pull requests
Description
Would be nice if we could configure
sqlfluff
as an LSP server withnvim-lspconfig
, similar toeslint
, so we can can get in-buffer diagnosticsExample linter errors from
sqlfluff
ontest.sql
:Just an example of how diagnostics aren't shown because I haven't configured
sqlfluff
as an LSP withnvim
:The text was updated successfully, but these errors were encountered: