diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-18 22:17:21 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-18 22:17:21 +0200 |
| commit | 5dc232d76732b6b7ba33b77054f6505e702fa505 (patch) | |
| tree | a571527703bc839aacd213a43afe2b86de496099 | |
| parent | 2f2198086eb4405bbe9628c80267eab3366ec932 (diff) | |
| download | dotfiles-5dc232d76732b6b7ba33b77054f6505e702fa505.tar.gz dotfiles-5dc232d76732b6b7ba33b77054f6505e702fa505.zip | |
misc(nvim): install git_rebase treesitter parser
| -rw-r--r-- | .config/nvim/plugin/10-treesitter.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nvim/plugin/10-treesitter.lua b/.config/nvim/plugin/10-treesitter.lua index aa68fdc..2a453c3 100644 --- a/.config/nvim/plugin/10-treesitter.lua +++ b/.config/nvim/plugin/10-treesitter.lua @@ -8,6 +8,7 @@ require("nvim-treesitter").install({ "bash", "diff", "gitcommit", + "git_rebase", "ini", "json", "lua", |
