I'm not gonna bother
This commit is contained in:
19
lua/snippets/lua.lua
Normal file
19
lua/snippets/lua.lua
Normal file
@ -0,0 +1,19 @@
|
||||
dofile(core.snippets)
|
||||
|
||||
return {
|
||||
-- print inspect text
|
||||
s("inspect", {
|
||||
t("print(vim.inspect("),
|
||||
i(0),
|
||||
t("))")
|
||||
}),
|
||||
|
||||
-- print inspect text
|
||||
s("M", {
|
||||
i(1, "M");
|
||||
t({ " = {}", "" }),
|
||||
i(0),
|
||||
t({ "", "return " }),
|
||||
r(1)
|
||||
})
|
||||
}
|
Reference in New Issue
Block a user