nvim: add prettier formating to conform for html and css
This commit is contained in:
parent
d9e21b23bd
commit
c75f696013
2 changed files with 5 additions and 2 deletions
|
@ -88,7 +88,8 @@ in
|
|||
++ (lib.optionals config.stitchyconf.artPkgs.enable artPkgs)
|
||||
++ (lib.optionals (config.stitchyconf.form == "pc") pcPkgs)
|
||||
++ (lib.optionals (config.stitchyconf.form == "handheld") handheldPkgs)
|
||||
++ (lib.optionals (config.stitchyconf.form == "server") serverPkgs);
|
||||
++ (lib.optionals (config.stitchyconf.form == "server") serverPkgs)
|
||||
++ [ pkgs.nodePackages.prettier ];
|
||||
|
||||
# To-do figure out how to section these off
|
||||
programs = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue