LunarVim / Neovim-from-scratch

📚 A Neovim config designed from scratch to be understandable
https://www.chrisatmachine.com/
GNU General Public License v3.0
5.43k stars 1.17k forks source link

[Help wanted] CSS linting not working correctly #91

Open stefanfrede opened 2 years ago

stefanfrede commented 2 years ago

Something is linting my CSS files, but it is not what I have defined in my stylelintrc.json: screenshot-01.png

The language servers running are cssls and null-ls: screenshot-02.png

As far as I understand this NULL-LS should be in charge: screenshot-03.png

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.

mandeepsmagh commented 2 years ago

@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.

image