How to configure dynamic linting on nvf #1708
Unanswered
oTheAnalyst
asked this question in
Q&A
Replies: 1 comment 4 replies
|
I think this might the option I'm looking for? but it doesn't seem right? I was expecting to be an option under the individual language |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
For normal neovim I usually just have the linter rules in the same directory of the files. Examples .sqlfluff in the directory with the duckdb .sql files and another .sqlfluff rule in the directory with bigquery .sql files. How could I configure this in NVF?
The closest I got is this option:
All reactions