diff options
author | opalmay <[email protected]> | 2023-02-06 21:57:09 +0200 |
---|---|---|
committer | opalmay <[email protected]> | 2023-02-06 21:57:09 +0200 |
commit | 78ab8e9517c2a18d1bc6b3fe3bf8ec3999eada54 (patch) | |
tree | af0a1b2d81f1b41c0f183e1bfab62a6f053c0832 /lua/lvim | |
parent | 430a42d01288d9e8ead12cf8317b905a5b951cd7 (diff) |
refactor: insert -> snipluasnip-refactor
Diffstat (limited to 'lua/lvim')
-rw-r--r-- | lua/lvim/core/luasnip.lua | 2 |
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 |