summaryrefslogtreecommitdiff
path: root/lua/lvim/core
diff options
context:
space:
mode:
Diffstat (limited to 'lua/lvim/core')
-rw-r--r--lua/lvim/core/luasnip.lua2
1 files changed, 1 insertions, 1 deletions
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