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:
parent
b63889cf5c
commit
5c9e937fbb
1 changed files with 6 additions and 0 deletions
|
|
@ -25,6 +25,12 @@ return {
|
||||||
"xml",
|
"xml",
|
||||||
"kdl",
|
"kdl",
|
||||||
|
|
||||||
|
-- git
|
||||||
|
"git_rebase",
|
||||||
|
"git_config",
|
||||||
|
"gitattributes",
|
||||||
|
"gitignore",
|
||||||
|
|
||||||
-- misc
|
-- misc
|
||||||
"comment",
|
"comment",
|
||||||
"regex",
|
"regex",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue