🗑️ remove(nvim): cmp-git extra
merged inside lazyvim
This commit is contained in:
parent
de5c124dc2
commit
c556d64167
1 changed files with 0 additions and 18 deletions
|
@ -1,18 +0,0 @@
|
|||
local cmp = require("cmp")
|
||||
|
||||
return {
|
||||
"hrsh7th/nvim-cmp",
|
||||
dependencies = {
|
||||
"petertriho/cmp-git",
|
||||
opts = {},
|
||||
},
|
||||
opts = function(_, opts)
|
||||
cmp.setup.filetype("gitcommit", {
|
||||
sources = cmp.config.sources({
|
||||
{ name = "git" }, -- You can specify the `git` source if [you were installed it](https://github.com/petertriho/cmp-git).
|
||||
}, {
|
||||
{ name = "buffer" },
|
||||
}),
|
||||
})
|
||||
end,
|
||||
}
|
Loading…
Add table
Reference in a new issue