change nvimr to ironrepl because its more stable.
This commit is contained in:
@@ -22,7 +22,7 @@ return {
|
||||
},
|
||||
-- How the repl window will be displayed
|
||||
-- See below for more information
|
||||
repl_open_cmd = require('iron.view').split.below(80),
|
||||
repl_open_cmd = 'belowright 20split' --require('iron.view').split.below(80),
|
||||
},
|
||||
-- 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