fix(nvim): disable null_ls nix formatting

This commit is contained in:
Patrick 2024-07-26 22:28:19 +02:00
parent 44d265ecdb
commit 553a3e7de1
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F

View file

@ -13,7 +13,6 @@
protolint.enable = true; protolint.enable = true;
}; };
formatting = { formatting = {
nixfmt.enable = true;
markdownlint.enable = true; markdownlint.enable = true;
shfmt.enable = true; shfmt.enable = true;
}; };