소스 검색

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