fix(nvim): disable null_ls nix formatting
This commit is contained in:
parent
44d265ecdb
commit
553a3e7de1
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue