Update iron.nvim settings
This commit is contained in:
parent
28794e5404
commit
790cb6846b
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -261,7 +261,7 @@ require("lazy").setup({
|
||||||
highlight = {
|
highlight = {
|
||||||
italic = true,
|
italic = true,
|
||||||
},
|
},
|
||||||
ignore_blank_lines = true, -- ignore blank lines when sending visual select lines
|
ignore_blank_lines = false, -- ignore blank lines when sending visual select lines
|
||||||
})
|
})
|
||||||
vim.keymap.set("n", ";rs", "<cmd>IronRepl<cr>")
|
vim.keymap.set("n", ";rs", "<cmd>IronRepl<cr>")
|
||||||
vim.keymap.set("n", ";rr", "<cmd>IronRestart<cr>")
|
vim.keymap.set("n", ";rr", "<cmd>IronRestart<cr>")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue