Update neovim config

This commit is contained in:
Ethan Simmons
2025-02-16 14:59:00 -06:00
parent 62dd32207d
commit 39031aab84

View File

@@ -18,7 +18,7 @@ iron.setup {
},
-- How the repl window will be displayed
-- See below for more information
repl_open_cmd = require('iron.view').bottom(40),
repl_open_cmd = require('iron.view').split.vertical.rightbelow("%40"),
},
-- Iron doesn't set keymaps by default anymore.
-- You can set them here or manually add keymaps to the functions in iron.core