im scared for how many files are gonna be changed in this commit

This commit is contained in:
beanigen 2025-03-28 10:10:35 +08:00
parent 81c53777e4
commit 9c361a2c9e
No known key found for this signature in database
6 changed files with 34 additions and 5 deletions

View file

@ -22,7 +22,11 @@
};
lsp = {
enable = true;
servers.cssls.enable = true;
servers.pylsp.enable = true;
servers.html = {
enable = true;
};
servers.nixd = {
enable = true;
extraOptions.offset_encoding = "utf-8";