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; [
just
# LSP
nodePackages.markdownlint-cli
];
programs.bat.enable = true;