update completion for git

seems that it's not working but fuck it
This commit is contained in:
2022-05-17 22:15:12 +03:00
parent 34047383e4
commit 06af100144

View File

@@ -1,6 +1,8 @@
local cmp = require("cmp")
local ls = require("luasnip")
require("cmp_git").setup()
local kind_icons = {
Text = "",
Method = "",
@@ -128,7 +130,7 @@ cmp.setup.cmdline(":", {
cmp.setup.filetype("gitcommit", {
sources = cmp.config.sources({
{ name = "cmp_git" },
{ name = "git" },
}, {
{ name = "buffer" },
}),