1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 11:24:55 +02:00

nvim/lua/user/plugins/editor/treesitter.lua: add git treesitter parsers

This commit is contained in:
Henrik Hautakoski 2026-05-17 22:35:41 +02:00
parent b63889cf5c
commit 5c9e937fbb

View file

@ -25,6 +25,12 @@ return {
"xml",
"kdl",
-- git
"git_rebase",
"git_config",
"gitattributes",
"gitignore",
-- misc
"comment",
"regex",