diff --git a/nvim/lua/user/plugins/editor/treesitter.lua b/nvim/lua/user/plugins/editor/treesitter.lua index 244ee27..314f4c8 100644 --- a/nvim/lua/user/plugins/editor/treesitter.lua +++ b/nvim/lua/user/plugins/editor/treesitter.lua @@ -25,6 +25,12 @@ return { "xml", "kdl", + -- git + "git_rebase", + "git_config", + "gitattributes", + "gitignore", + -- misc "comment", "regex",