mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
8 lines
136 B
Lua
8 lines
136 B
Lua
local iron = require('iron')
|
|
iron.core.set_config{
|
|
preferred = {
|
|
python = 'ipython'
|
|
},
|
|
repl_open_cmd = 'vertical 120 split'
|
|
}
|