Open stefanfrede opened 2 years ago
Something is linting my CSS files, but it is not what I have defined in my stylelintrc.json:
stylelintrc.json
The language servers running are cssls and null-ls:
cssls
null-ls
As far as I understand this NULL-LS should be in charge:
NULL-LS
But something is not working correctly and I can't figure out what.
Any push in the right direction is much appreciated!
You can find my complete configuration here: https://github.com/stefanfrede/dotfiles/tree/main/nvim.
@stefanfrede Can you check running the keybinding for diagnostics, that should give you some indication around which linter is being used in your current setup.
Something is linting my CSS files, but it is not what I have defined in my
stylelintrc.json
:The language servers running are
cssls
andnull-ls
:As far as I understand this
NULL-LS
should be in charge:But something is not working correctly and I can't figure out what.
Any push in the right direction is much appreciated!
You can find my complete configuration here: https://github.com/stefanfrede/dotfiles/tree/main/nvim.