aboutsummaryrefslogtreecommitdiff
path: root/lua/config/iron.lua
blob: 926fb6d9722db714a603e514ee822e18e4c6d554 (plain)
1
2
3
4
5
6
7
local iron = require('iron')
iron.core.set_config{
  preferred = {
    python = 'ipython'
  },
  repl_open_cmd = 'vertical 120 split'
}