diff options
Diffstat (limited to 'lua/config/iron.lua')
| -rw-r--r-- | lua/config/iron.lua | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lua/config/iron.lua b/lua/config/iron.lua index 926fb6d..74d7046 100644 --- a/lua/config/iron.lua +++ b/lua/config/iron.lua @@ -1,7 +1,7 @@ -local iron = require('iron') -iron.core.set_config{ +local iron = require("iron") +iron.core.set_config({ preferred = { - python = 'ipython' + python = "ipython", }, - repl_open_cmd = 'vertical 120 split' -} + repl_open_cmd = "vertical 120 split", +}) |
