From 768a5c8a423aa9d3729d970f2cd9408e4a6f4aba Mon Sep 17 00:00:00 2001 From: Victor Mignot Date: Wed, 1 Jan 2025 15:51:14 +0100 Subject: [PATCH] Nix: Add markdowns LSP --- .gitignore | 1 + shell.nix | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 63db7c9..f6ebf78 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ target/ logs/ +.helix result .env diff --git a/shell.nix b/shell.nix index 01595e0..8e4b5d9 100644 --- a/shell.nix +++ b/shell.nix @@ -17,5 +17,7 @@ pkgs.mkShell { gdb nixfmt-rfc-style nil + ltex-ls + marksman ]; }