We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e67f9f commit 13077cfCopy full SHA for 13077cf
nvim/.config/nvim/lua/r/plugins/extras/lang/git.lua
@@ -5,7 +5,7 @@ return {
5
-- Treesitter git support
6
{
7
"nvim-treesitter/nvim-treesitter",
8
- opts = { ensure_installed = { "git_config", "gitcommit", "git_rebase", "gitignore", "gitattributes" } },
+ opts = { ensure_installed = { "git_config", "git_rebase", "gitignore", "gitattributes" } },
9
},
10
-- cmp.setup.filetype({ "gitcommit", "NeogitPopup", "NeogitCommitMessage" }, { sources = vim.tbl_deep_extend("force", {}, tbl_custom_sources, { { name = "git" } }),
11
-- })
0 commit comments