Skip to content

Commit 13077cf

Browse files
committed
fix(git): error invalid subject prefix
dunno why i got this error, but it seems removing TS `git-commit` from installed plugins got fixed see: gbprod/tree-sitter-gitcommit#51 (comment)
1 parent 0e67f9f commit 13077cf

File tree

1 file changed

+1
-1
lines changed
  • nvim/.config/nvim/lua/r/plugins/extras/lang

1 file changed

+1
-1
lines changed

nvim/.config/nvim/lua/r/plugins/extras/lang/git.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ return {
55
-- Treesitter git support
66
{
77
"nvim-treesitter/nvim-treesitter",
8-
opts = { ensure_installed = { "git_config", "gitcommit", "git_rebase", "gitignore", "gitattributes" } },
8+
opts = { ensure_installed = { "git_config", "git_rebase", "gitignore", "gitattributes" } },
99
},
1010
-- cmp.setup.filetype({ "gitcommit", "NeogitPopup", "NeogitCommitMessage" }, { sources = vim.tbl_deep_extend("force", {}, tbl_custom_sources, { { name = "git" } }),
1111
-- })

0 commit comments

Comments
 (0)