Remove debug code

This commit is contained in:
Marcelo Jacobus 2025-01-16 17:13:52 -03:00
parent d24a9f7623
commit edcf88bf02

View file

@ -2,10 +2,8 @@ local map = LazyVim.safe_keymap_set
-- map("n", "<leader>x", ":lua RunInTerminal('ruby ' .. vim.fn.expand('%'), true)<CR>", { buffer = true })
print("haa")
map("n", "<leader>x", function()
print("Running ruby file")
-- RunInTerminal("ruby " .. vim.fn.expand('%'), true)
RunInTerminal("ruby " .. vim.fn.expand("%"), true)
end, { desc = "Execute ruby file", buffer = true })
-- vim.cmd([[