Explorar el Código

refactor: insert -> snip

opalmay hace 2 años
padre
commit
78ab8e9517
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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