1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14: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", "xml",
"kdl", "kdl",
-- git
"git_rebase",
"git_config",
"gitattributes",
"gitignore",
-- misc -- misc
"comment", "comment",
"regex", "regex",