From f4316308c484fccb8d3aae5e04aff53552577ceb Mon Sep 17 00:00:00 2001 From: xfy Date: Wed, 3 Jun 2026 10:32:18 +0800 Subject: [PATCH] fix gitignore --- lua/plugins/treesitter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index ca87d82..76e1477 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -51,7 +51,7 @@ local ensure_installed = { "git_rebase", "gitattributes", "gitcommit", - "gitginore", + "gitignore", } -- ---------------------------------------------------------------------------