]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/plugins/treesitter.lua
nvim: add git related parsers to treesitter
[dotfiles.git] / nvim / lua / plugins / treesitter.lua
index 96e8c1a415a60bf5b328e7c9f55063ea29efbab8..f58f6aee67669193444bd54f605c481eecf1cc2f 100644 (file)
@@ -28,6 +28,11 @@ return {
         "bash",
         "c",
         "diff",
+        "git_config",
+        "git_rebase",
+        "gitattributes",
+        "gitcommit",
+        "gitignore",
         "html",
         "javascript",
         "jsdoc",