bmatcuk/coc-stylelintplus

Node 15 seems to segfault stylelintplus

marioy47 opened this issue · 1 comments

When I'm editing a SCSS file I get thrown out of Neo Vim. Its not always and not issuing the same commands.

This is the only message that I'm getting:

Terminal Screenshot

The only change I've made in the last week is that I upgraded node from 14 to 15

This is my setup:

node --version: 15.2.1
MacOs Catalina: 10.15.7 (19H15)
nvim --version:

NVIM v0.5.0-nightly
Build type: Release
LuaJIT 2.0.5
Compilation: /usr/bin/clang -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wmissing-prototypes -Wimplicit-fallthrough -Wvla -fstack-protector-strong -fno-common -fdiagnostics-color=auto -DINCLUDE_GENERATED_DECLARATIONS -D_GNU_SOURCE -DNVIM_MSGPACK_HAS_FLOAT32 -DNVIM_UNIBI_HAS_VAR_FROM -DMIN_LOG_LEVEL=3 -I/tmp/neovim-20200914-56451-10e1vbk/build/config -I/tmp/neovim-20200914-56451-10e1vbk/src -I/usr/local/include -I/tmp/neovim-20200914-56451-10e1vbk/deps-build/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include -I/usr/local/opt/gettext/include -I/tmp/neovim-20200914-56451-10e1vbk/build/src/nvim/auto -I/tmp/neovim-20200914-56451-10e1vbk/build/include

in coc-settings.json I'm using the following configuration:

  "css.validate": false,
  "less.validate": false,
  "scss.validate": false,
  "wxss.validate": false,
  "stylelintplus.autoFixOnSave": true,
  "stylelintplus.validateOnSave": true,

Looks like the problem is NeoVim and not this plugin. Closing issue