feat(nvim): add css_variables lsp to the html-css extra

This commit is contained in:
Sergio Laín 2024-03-03 13:59:50 +01:00
parent 751694b198
commit 0f4f4acd14
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -16,6 +16,7 @@ return {
emmet_language_server = {},
html = {},
cssmodules_ls = {},
css_variables = {},
cssls = {
lint = {
compatibleVendorPrefixes = "ignore",