Pārlūkot izejas kodu

refactor: insert -> snip

opalmay 2 gadi atpakaļ
vecāks
revīzija
78ab8e9517
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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