mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +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
|
||||
|
||||
return {
|
||||
s(
|
||||
"def",
|
||||
fmt("def {}\n\t{}\nend", {
|
||||
i(1, "frame_idx"),
|
||||
i(0),
|
||||
})
|
||||
),
|
||||
-- s(
|
||||
-- "def",
|
||||
-- fmt("def {}\n\t{}\nend", {
|
||||
-- i(1, "frame_idx"),
|
||||
-- i(0),
|
||||
-- })
|
||||
-- ),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue