neovim: disable auto neoformat
This commit is contained in:
parent
a837583a39
commit
7c34362bcc
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ in
|
|||
};
|
||||
|
||||
plugins.style.neoformat.autoformat = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
pattern = [ "*.ts" "*.mts" "*.cts" "*.tsx" "*.rs" "flake.nix" ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue