mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-31 16:14:34 +02:00
new language servers and smart document highlighting
This commit is contained in:
parent
3266955359
commit
6ed2437edb
15 changed files with 68 additions and 9 deletions
2
lua/lsp/css-ls.lua
Normal file
2
lua/lsp/css-ls.lua
Normal file
|
@ -0,0 +1,2 @@
|
|||
-- npm install -g vscode-css-languageserver-bin
|
||||
require'lspconfig'.cssls.setup {on_attach = require'lsp'.common_on_attach}
|
Loading…
Add table
Add a link
Reference in a new issue