wkillerud / some-sass

Improved support for SCSS, Sass indented and SassDoc. Workspace awareness and full support for Sass modules.
https://wkillerud.github.io/some-sass/
60 stars 6 forks source link

No intellisense/autocompletion on neovim #163

Closed hambergerpls closed 1 month ago

hambergerpls commented 5 months ago

Reproducible Case: The LSP does not produce any intellisense, completions or hovering documentations when installed via Mason in Neovim

Steps to Reproduce:

  1. Install somesass_ls via Mason
  2. Restart Neovim
  3. Create a test.scss file
  4. Type @, no suggestions shown. (expected a list of At-Rules shown)
simeonoff commented 5 months ago

@hambergerpls Can't reproduce on my end.

Screenshot 2024-05-20 at 10 29 50

Can you provide a link to your dotfiles/config?

hambergerpls commented 5 months ago

@simeonoff hm, that is strange.

Here's my Neovim config: https://github.com/hambergerpls/kickstart-modular.nvim