From 028c567b477c19c2460ae7a2fe275e3fd18723a5 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Fri, 22 Nov 2024 10:49:24 +0300 Subject: [PATCH] neovim: add mts, cts for auto neoformat --- neovim/dev.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neovim/dev.nix b/neovim/dev.nix index e648a8f..8358a4c 100644 --- a/neovim/dev.nix +++ b/neovim/dev.nix @@ -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 = {