I'm not gonna bother
This commit is contained in:
parent
7c96b43098
commit
d320577772
18 changed files with 182 additions and 192 deletions
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)
|
||||
})
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue