From d45d85e5bca53910f0c5e7d013328f3656645e42 Mon Sep 17 00:00:00 2001 From: Daniel <22460147+dwinkler1@users.noreply.github.com> Date: Mon, 27 Jul 2026 00:16:50 +0000 Subject: [PATCH] chore: remove Stata tree-sitter parser from default parser list --- modules/module/specs/plugins.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/module/specs/plugins.nix b/modules/module/specs/plugins.nix index ff072cc..d8bc47d 100644 --- a/modules/module/specs/plugins.nix +++ b/modules/module/specs/plugins.nix @@ -36,7 +36,6 @@ let "rnoweb" "regex" "sql" - "stata" "toml" "vim" "vimdoc"