|
@@ -28,7 +28,7 @@ function M.config()
|
|
-- Show virtual text to signal when you are inside an sippets
|
|
-- Show virtual text to signal when you are inside an sippets
|
|
[types.insertNode] = {
|
|
[types.insertNode] = {
|
|
active = {
|
|
active = {
|
|
- virt_text = { { "<-- insert", "BufferInactiveIndex" } },
|
|
|
|
|
|
+ virt_text = { { "<-- snip", "BufferInactiveIndex" } },
|
|
},
|
|
},
|
|
},
|
|
},
|
|
-- Helps to notice when you are within a choice node
|
|
-- Helps to notice when you are within a choice node
|