feat: add markdownlint

This commit is contained in:
Oliver Davies 2022-09-29 19:25:48 +01:00
parent f4c9e5c83b
commit c7b4055a95

View file

@ -2,6 +2,9 @@
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
just just
# LSP
nodePackages.markdownlint-cli
]; ];
programs.bat.enable = true; programs.bat.enable = true;