neovim: add mts, cts for auto neoformat
This commit is contained in:
parent
11e0b98bac
commit
028c567b47
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ in
|
|||
|
||||
plugins.style.neoformat.autoformat = {
|
||||
enable = true;
|
||||
pattern = [ "*.ts" "*.tsx" "*.rs" "flake.nix" ];
|
||||
pattern = [ "*.ts" "*.mts" "*.cts" "*.tsx" "*.rs" "flake.nix" ];
|
||||
};
|
||||
|
||||
plugins.navigation = {
|
||||
|
|
Loading…
Reference in a new issue