commit 096b9c72b7cbefaeb7d692378d418566d445db39
parent a96d2fa4befc0c1c313a5a8699fc2f22380e709b
Author: Thomas Vigouroux <tomvig38@gmail.com>
Date: Fri, 17 Dec 2021 10:17:57 +0100
finish move to neogit
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/lua/completree-config.lua b/lua/completree-config.lua
@@ -56,7 +56,6 @@ comp.setup {
tex = lsp_completion,
-- For git commit and text only do luasnip
- gitcommit = cdef.luasnip,
NeogitCommitMessage = cdef.luasnip,
text = cdef.luasnip,
markdown = md_complete
@@ -120,7 +119,7 @@ ls.snippets = {
s("todo", { d(1, comment_tag, {}, "TODO") }),
s("fixme", { d(1, comment_tag, {}, "FIXME") }),
},
- gitcommit = {
+ NeogitCommitMessage = {
s({ trig = "coauth", name = "Co Author", dscr = "A git co-author"}, {
t "Co-authored-by: ", i(1, "name"), t" <", i(2, "email"), t">"
}),