aboutsummaryrefslogtreecommitdiff
path: root/lua/config/iron.lua
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-07-09 23:24:00 +0800
committerjdhao <jdhao@hotmail.com>2021-07-09 23:31:44 +0800
commit3dce4506ebd80da0cd30050fc8ab10693943d461 (patch)
treed6b7fb4ce51ddb8728dcc4ac19ef2742146c48d4 /lua/config/iron.lua
parenta694d00820db2482a94250a6dc88dc433b1b83fb (diff)
update packer and plugin settings
Diffstat (limited to 'lua/config/iron.lua')
-rw-r--r--lua/config/iron.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/lua/config/iron.lua b/lua/config/iron.lua
new file mode 100644
index 0000000..926fb6d
--- /dev/null
+++ b/lua/config/iron.lua
@@ -0,0 +1,7 @@
+local iron = require('iron')
+iron.core.set_config{
+ preferred = {
+ python = 'ipython'
+ },
+ repl_open_cmd = 'vertical 120 split'
+}