-
I'm using Neovim and I'd like to use the This is pretty useful for using it in a CI/CD pipeline. According to the docs, It seems I need to add the following into my LSP config: Lua = {
-- ...
diagnostics = {
neededFileStatus = {
["codestyle-check"] = "Any"
},
},
-- ...
} But if I run:
It doesn't seem to be reporting style errors. Am I doing something wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
So, it seems that using the "diagnostics.neededFileStatus": {
"codestyle-check": "Any"
}, But now it seems to be reporting style errors from the Lua runtime: |
Beta Was this translation helpful? Give feedback.
-
You can download the cli version of the formatting tool from here |
Beta Was this translation helpful? Give feedback.
You can download the cli version of the formatting tool from here