non important commit

This commit is contained in:
maxstrb 2025-12-16 13:48:51 +01:00
parent 45365a2f38
commit 832ba80672

View file

@ -68,7 +68,13 @@
bash.enable = true; bash.enable = true;
css.enable = true; css.enable = true;
html.enable = true; html = {
enable = true;
lsp.servers = [
"superhtml"
"emmet-ls"
];
};
python.enable = true; python.enable = true;