Update neovim config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user