-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
config file not found #35
Comments
I'm getting the same thing here, making this extension completely unusable 😭
I thought it maybe b/c I'm on an older Node version, but seeing that you're on v16, seems unrelated to that. This was working perfectly for me too up until about a month or two ago.
|
Anybody know of any alternative stylelint lsp's for neovim? This one seems totally unmaintained and wondering if there are any other options |
@dannobytes @skylite21 Hi. I have encountered the same problem. Have you not found a solution? I used to have everything working as it should, but recently I decided to rebuild my config for nvim from scratch and now my linting is not working |
@mr-scrpt I ended up uninstalling coc-stylelintplus and went back to coc-stylelint. Formatting works if you have sometning like this in your
|
Unfortunately, that does not work. I've never been able to get |
@bmatcuk Are you still maintaining this package at all or can provide any pointers to troubleshoot its in ability to locate the |
I have a
.stylelintrc
file with the following contents in my project root directory:If I run stylelint from the command line, it works as expected, for example (I have stylelint installed locally in the project):
But when I open an scss file with nvim, stylelint is not working. If I do
CocCommand workspace.showOutput
I get the following error:This worked perfectly before with the same setup but now the issue exists on both my linux and macos systems. (all plugins and coc is up to date, nvim version is v0.8.0)
The text was updated successfully, but these errors were encountered: