summaryrefslogtreecommitdiffstats
path: root/plugin
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-05-18 22:17:21 +0200
committerThomas Vanbesien <tvanbesi@proton.me>2026-05-18 22:17:21 +0200
commit046cdfd0a047fcca41a7e3d8b4f89cb2e2f8a0e7 (patch)
treec98bcf64bba08fb59c7b6fe98444dd7d3c990406 /plugin
parent46dd2ce50b388d8f6e5b0cbebe8fa7e03d47e8b4 (diff)
downloadnvim-config-046cdfd0a047fcca41a7e3d8b4f89cb2e2f8a0e7.tar.gz
nvim-config-046cdfd0a047fcca41a7e3d8b4f89cb2e2f8a0e7.zip
misc(nvim): install git_rebase treesitter parser
Diffstat (limited to 'plugin')
-rw-r--r--plugin/10-treesitter.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/10-treesitter.lua b/plugin/10-treesitter.lua
index aa68fdc..2a453c3 100644
--- a/plugin/10-treesitter.lua
+++ b/plugin/10-treesitter.lua
@@ -8,6 +8,7 @@ require("nvim-treesitter").install({
"bash",
"diff",
"gitcommit",
+ "git_rebase",
"ini",
"json",
"lua",