Closed chrisgrieser closed 10 months ago
Again, sorry I never got back to you on these two tickets... I wonder if stylelint-lsp was loading the wrong version of stylelint or one of the dependencies... maybe some kind of version mismatch somewhere... 🤔
hmmm, by now, I don't even use that plugin anymore, so it's kinda obsolete. The other plugins all do work though, so again, I guess I'm gonna close this issue until any issue re-occurs.
I am using nvim's built-in lsp and at first, the stylelint-lsp didn't do anything.
Looking into the
:LSPLog
, I found this (rather long) error, which indicated that there was some issue with thestylelint-no-unsupported-browser-features
plugin.removing the references to the plugin in my
stylelintrc
fixed the issue and the stylelint-lsp works.I tested running stylelint in the terminal together with the "unsupported browser features" plugin, and it does work fine there
stylelint is installed in the very same directory as the unsupported-browser-feature plugin, so I assume the issue is not about PATH or something?