mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-24 21:41:04 +00:00
Remove debug code
This commit is contained in:
parent
d24a9f7623
commit
edcf88bf02
1 changed files with 1 additions and 3 deletions
|
|
@ -2,10 +2,8 @@ local map = LazyVim.safe_keymap_set
|
||||||
|
|
||||||
-- map("n", "<leader>x", ":lua RunInTerminal('ruby ' .. vim.fn.expand('%'), true)<CR>", { buffer = true })
|
-- map("n", "<leader>x", ":lua RunInTerminal('ruby ' .. vim.fn.expand('%'), true)<CR>", { buffer = true })
|
||||||
|
|
||||||
print("haa")
|
|
||||||
map("n", "<leader>x", function()
|
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 })
|
end, { desc = "Execute ruby file", buffer = true })
|
||||||
|
|
||||||
-- vim.cmd([[
|
-- vim.cmd([[
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue