Installed css-lsp
but how do I configure it to work with Neovim's LSP?
#600
Unanswered
Jarmos-san
asked this question in
Q&A
Replies: 1 comment
-
On second thoughts, are https://github.com/microsoft/vscode-css-languageservice & https://github.com/hrsh7th/vscode-langservers-extracted the same (as in, are the underlying "code" the same)? If so, I assume the LSP setup instructions provided in the official |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So, as suggested in the docs, I downloaded
css-lsp
for LSP support while working on SCSS files. But then how do I configure it to work with Neovim's LSP?nvim-lspconfig
doesn't suggest the same CSS LSP severmason.nvim
suggests, for more context;mason.nvim
suggests https://github.com/microsoft/vscode-css-languageservice whilenvim-lspconfig
suggests https://github.com/hrsh7th/vscode-langservers-extractedSince I installed the server suggested by
mason.nvim
, how do I go about making it work?Beta Was this translation helpful? Give feedback.
All reactions