aboutsummaryrefslogtreecommitdiff
path: root/lua/config/iron.lua
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-08-18 01:43:08 +0800
committerjdhao <jdhao@hotmail.com>2021-08-18 01:43:08 +0800
commitbac94b47a085583db5b200c5d0fdf47d8cff4139 (patch)
tree24342b5767a853defb7cccdd77aed288575479c9 /lua/config/iron.lua
parent61d6045e671853c81d7a7853ef7f4ef4674366a8 (diff)
Format with stylua
Diffstat (limited to 'lua/config/iron.lua')
-rw-r--r--lua/config/iron.lua10
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",
+})