From c024c61c729b86a3a86178402836c600dac3666c Mon Sep 17 00:00:00 2001 From: Marcelo Jacobus Date: Tue, 20 May 2025 09:21:15 -0300 Subject: [PATCH] Disable custom plugin --- lua/snippets/ruby.lua | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lua/snippets/ruby.lua b/lua/snippets/ruby.lua index 075ae59..b87babb 100644 --- a/lua/snippets/ruby.lua +++ b/lua/snippets/ruby.lua @@ -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), + -- }) + -- ), }