From 78ab8e9517c2a18d1bc6b3fe3bf8ec3999eada54 Mon Sep 17 00:00:00 2001 From: opalmay Date: Mon, 6 Feb 2023 21:57:09 +0200 Subject: refactor: insert -> snip --- lua/lvim/core/luasnip.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lvim/core/luasnip.lua b/lua/lvim/core/luasnip.lua index e50e5def..58409d8a 100644 --- a/lua/lvim/core/luasnip.lua +++ b/lua/lvim/core/luasnip.lua @@ -28,7 +28,7 @@ function M.config() -- Show virtual text to signal when you are inside an sippets [types.insertNode] = { active = { - virt_text = { { "<-- insert", "BufferInactiveIndex" } }, + virt_text = { { "<-- snip", "BufferInactiveIndex" } }, }, }, -- Helps to notice when you are within a choice node -- cgit v1.2.3