change nvimr to ironrepl because its more stable.

This commit is contained in:
hollorol
2024-08-14 11:32:02 +02:00
parent e5970bbea4
commit 1cc3527bb4
2 changed files with 24 additions and 4 deletions
+1 -1
View File
@@ -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