Skip to content

Commit

Permalink
home/editors/helix: add config for css language server
Browse files Browse the repository at this point in the history
  • Loading branch information
fufexan committed Oct 3, 2023
1 parent 87d83a3 commit c299eed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions home/editors/helix/languages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
vscode-css-language-server = {
command = "${pkgs.nodePackages.vscode-css-languageserver-bin}/bin/css-languageserver";
args = ["--stdio"];
config = {
provideFormatter = true;
css.validate.enable = true;
};
};
};
};
Expand Down

0 comments on commit c299eed

Please sign in to comment.