neovim: disable auto neoformat

This commit is contained in:
Dmitriy Pleshevskiy 2024-11-24 18:42:11 +03:00
parent a837583a39
commit 7c34362bcc
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -183,7 +183,7 @@ in
};
plugins.style.neoformat.autoformat = {
enable = true;
enable = false;
pattern = [ "*.ts" "*.mts" "*.cts" "*.tsx" "*.rs" "flake.nix" ];
};