浏览代码

refactor: insert -> snip

opalmay 2 年之前
父节点
当前提交
78ab8e9517
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lua/lvim/core/luasnip.lua

+ 1 - 1
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