neovim: add mts, cts for auto neoformat

This commit is contained in:
Dmitriy Pleshevskiy 2024-11-22 10:49:24 +03:00
parent 11e0b98bac
commit 028c567b47
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

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