From 6abfea8c605fb83dfadc5daa223074b237abe222 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Fri, 24 Oct 2025 10:11:25 +0300 Subject: [PATCH] fix git filepattern for treesitter --- lua/crentist/autocmd.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/crentist/autocmd.lua b/lua/crentist/autocmd.lua index 29d171e..c7cfcf7 100644 --- a/lua/crentist/autocmd.lua +++ b/lua/crentist/autocmd.lua @@ -76,7 +76,7 @@ autocmd({ 'FileType' }, { 'latex', 'json', 'yaml*', - 'git*', + 'git.+', 'make', 'markdown*', },