coc-sqlfluff icon indicating copy to clipboard operation
coc-sqlfluff copied to clipboard

SQLFluff (A SQL linter and auto-formatter for Humans) extension for coc.nvim

Results 2 coc-sqlfluff issues
Sort by recently updated
recently updated
newest added

I'm getting this with NVIM v0.10.4, coc.nvim 0.0.82-9aeebb8, node v22.13.1, sqlfluff 3.2.5 ``` INFO (pid:1073337) [plugin] - coc.nvim initialized with node: v22.13.1 after 102ms ERROR (pid:1073337) [server] - uncaughtException Error:...

# Description: coc-sqlfluff currently attempts to lint files by sending content via stdin to sqlfluff. However, when using the dbt templater, sqlfluff does not support stdin input, requiring a file...