From c5c9081dc0511a2b77502df1927e13bf0e6f012b Mon Sep 17 00:00:00 2001 From: Victor Mignot Date: Sat, 5 Oct 2024 11:55:16 +0200 Subject: [PATCH] Add markdown tooling --- .gitignore | 1 + shell.nix | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index c35a3d7..3728fbb 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ result/ public/ resources/ .hugo_build.lock +.helix/ diff --git a/shell.nix b/shell.nix index ba73ad6..ff6183e 100644 --- a/shell.nix +++ b/shell.nix @@ -5,6 +5,9 @@ pkgs.mkShell { packages = with pkgs; [ nixfmt-rfc-style nil + ltex-ls + proselint + mdformat ]; nativeBuildInputs = with pkgs; [