Skip to content

Commit

Permalink
feat(cmp-git): add Neogit integration
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Jul 1, 2024
1 parent 2353882 commit 77ee4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrocommunity/completion/cmp-git/init.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
return {
"petertriho/cmp-git",
ft = { "gitcommit", "octo" },
ft = { "gitcommit", "octo", "NeogitCommitMessage" },
dependencies = { "hrsh7th/nvim-cmp" },
opts = function(_, opts)
opts.filetypes = require("lazy.core.plugin").values(assert(require("astrocore").get_plugin "cmp-git"), "ft")
Expand Down

0 comments on commit 77ee4b6

Please sign in to comment.