nvim-config

Log | Files | Refs | Submodules | README

commit d41b869f5b1897ed2e30eb569f124009ce949bd4
parent 7567ef1aa3deed41ed0cddb95a9a33c79a25c6fe
Author: Thomas Vigouroux <thomas.vigouroux@protonmail.com>
Date:   Fri, 20 May 2022 09:39:38 +0200

fix(luasnip): update to latest API

Diffstat:
Mlua/completree-config.lua | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lua/completree-config.lua b/lua/completree-config.lua @@ -120,8 +120,8 @@ local comment_tag = (function() end)() ls.add_snippets('all', { - s("todo", { d(1, comment_tag, {}, "TODO") }), - s("fixme", { d(1, comment_tag, {}, "FIXME") }), + s("todo", { d(1, comment_tag, {}, { user_args = { "TODO" } }) }), + s("fixme", { d(1, comment_tag, {}, { user_args = { "FIXME" } }) }), }) ls.add_snippets('gitcommit', {