Add prettier to emacs

This commit is contained in:
Andreas Zweili 2022-12-29 23:10:11 +01:00
parent 6b49043316
commit 31f87d7ed3
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
{
home.packages = with pkgs; [
multimarkdown
nodePackages.prettier # formatting files
pandoc
python310Packages.python-lsp-server
];