Add markdown tooling
This commit is contained in:
parent
6c58b24897
commit
c5c9081dc0
2 changed files with 4 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,3 +2,4 @@ result/
|
|||
public/
|
||||
resources/
|
||||
.hugo_build.lock
|
||||
.helix/
|
||||
|
|
|
@ -5,6 +5,9 @@ pkgs.mkShell {
|
|||
packages = with pkgs; [
|
||||
nixfmt-rfc-style
|
||||
nil
|
||||
ltex-ls
|
||||
proselint
|
||||
mdformat
|
||||
];
|
||||
|
||||
nativeBuildInputs = with pkgs; [
|
||||
|
|
Loading…
Add table
Reference in a new issue