]> git.rmz.io Git - dotfiles.git/commitdiff
nvim: add git related parsers to treesitter
authorSamir Benmendil <me@rmz.io>
Sat, 15 Feb 2025 19:33:14 +0000 (19:33 +0000)
committerSamir Benmendil <me@rmz.io>
Sun, 2 Mar 2025 16:05:27 +0000 (16:05 +0000)
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",