new language servers and smart document highlighting

This commit is contained in:
Chris 2021-03-17 20:32:52 -04:00
parent 3266955359
commit 6ed2437edb
15 changed files with 68 additions and 9 deletions

2
lua/lsp/css-ls.lua Normal file
View file

@ -0,0 +1,2 @@
-- npm install -g vscode-css-languageserver-bin
require'lspconfig'.cssls.setup {on_attach = require'lsp'.common_on_attach}