added(nvim): css lsp

This commit is contained in:
2026-04-21 13:29:20 +01:00
parent f7bcc0913a
commit 9f11a3974d
+10
View File
@@ -64,6 +64,15 @@
};
};
};
# efmls-configs = {
# enable = true;
# languages = {
# scss = {
# formatter = "prettier";
# linter = "stylelint";
# };
# };
# };
lsp = {
enable = true;
servers = {
@@ -87,6 +96,7 @@
ts_ls = {
enable = true;
};
cssls.enable = true;
svelte.enable = true;
};
};