Nix: Add markdowns LSP

This commit is contained in:
Victor Mignot 2025-01-01 15:51:14 +01:00
parent a400a51c69
commit 768a5c8a42
Signed by: dala
SSH key fingerprint: SHA256:+3O9MhlDc2tJL0n+E+Myr7nL+74DP9AXdIXHmIqZTkY
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,5 +1,6 @@
target/ target/
logs/ logs/
.helix
result result
.env .env

View file

@ -17,5 +17,7 @@ pkgs.mkShell {
gdb gdb
nixfmt-rfc-style nixfmt-rfc-style
nil nil
ltex-ls
marksman
]; ];
} }