Open winston0410 opened 3 years ago
local dotenv_linter = { lintCommand = "dotenv-linter" lintFormats = {"%f:%l %m"} }
I have the same config and it works fine for me. I do have a autocommand to set .env filetype=conf though and conf = {dotenv_linter}
I am trying to use
dotenv-linter
withefm-langserver
, but I cannot find documentation for custom integration like this. How should I approach this?I am using nvim with efm-langserver, and this is my current setup:
Right now with this config, I get no error message for linter. This is an example
.env
that will yield errors. I can confirm thatdotenv-linter
is working on commandline.