summary refs log tree commit diff
path: root/.vim/snippets/lua.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.vim/snippets/lua.lua25
1 files changed, 0 insertions, 25 deletions
diff --git a/.vim/snippets/lua.lua b/.vim/snippets/lua.lua
deleted file mode 100644
index 6e9e58a..0000000
--- a/.vim/snippets/lua.lua
+++ /dev/null
@@ -1,25 +0,0 @@
----@diagnostic disable: undefined-global
-return {
-  s(
-    'plug',
-    fmt(
-      [[
-      {{
-        '{}',
-        enabled = true,
-        {},
-        opts = {{
-          {}
-        }},
-      }},
-      ]],
-      {
-        i(1, 'username/repo'),
-        c(2, {
-          fmt([[cmd = {{'{}'}}]], { i(1, 'Cmd') }),
-        }),
-        i(3),
-      }
-    )
-  ),
-}