Added lsp for html and css

This commit is contained in:
EsVagy42 2025-06-08 00:42:03 +02:00
parent 352c8ab434
commit 1c90919ff3

View file

@ -8,6 +8,8 @@
nixd.enable = true; nixd.enable = true;
marksman.enable = true; marksman.enable = true;
lua_ls.enable = true; lua_ls.enable = true;
html.enable = true;
cssls.enable = true;
}; };
}; };
}; };