diff options
Diffstat (limited to '')
-rw-r--r-- | hm/soispha/conf/nvim/plgs/luasnip/lua/snippets/all.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soispha/conf/nvim/plgs/luasnip/lua/snippets/all.lua b/hm/soispha/conf/nvim/plgs/luasnip/lua/snippets/all.lua index ba8816aa..c98ee7d2 100644 --- a/hm/soispha/conf/nvim/plgs/luasnip/lua/snippets/all.lua +++ b/hm/soispha/conf/nvim/plgs/luasnip/lua/snippets/all.lua @@ -73,7 +73,7 @@ local get_cstring = function(ctype) end _G.luasnip = {} _G.luasnip.vars = { - username = "@Soispha"; + username = "@soispha"; email = "soispha@vhack.eu"; } |