mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-24 21:41:04 +00:00
Disable custom plugin
This commit is contained in:
parent
d73fea291e
commit
c024c61c72
1 changed files with 7 additions and 7 deletions
|
|
@ -4,11 +4,11 @@ local i = ls.insert_node
|
||||||
local fmt = require("luasnip.extras.fmt").fmt
|
local fmt = require("luasnip.extras.fmt").fmt
|
||||||
|
|
||||||
return {
|
return {
|
||||||
s(
|
-- s(
|
||||||
"def",
|
-- "def",
|
||||||
fmt("def {}\n\t{}\nend", {
|
-- fmt("def {}\n\t{}\nend", {
|
||||||
i(1, "frame_idx"),
|
-- i(1, "frame_idx"),
|
||||||
i(0),
|
-- i(0),
|
||||||
})
|
-- })
|
||||||
),
|
-- ),
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue