aboutsummaryrefslogtreecommitdiff
path: root/lua/config/iron.lua
blob: 74d704617bc79bedac611adc2817587375bc4de9 (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",
})