diff options
| author | jdhao <jdhao@hotmail.com> | 2022-09-10 23:55:22 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-09-10 23:55:22 +0800 |
| commit | aaeb6a813a9044892e5bb76ba4a3a61db08eae4d (patch) | |
| tree | 6a1dc5a4f79f08678bdb8903a7920e8545718fa7 /lua/config/iron.lua | |
| parent | 9ba728e201657892681cafc2c6fe8ad997873b49 (diff) | |
format with stylua
Diffstat (limited to 'lua/config/iron.lua')
| -rw-r--r-- | lua/config/iron.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/config/iron.lua b/lua/config/iron.lua index 74d7046..67f5d81 100644 --- a/lua/config/iron.lua +++ b/lua/config/iron.lua @@ -1,7 +1,7 @@ local iron = require("iron") -iron.core.set_config({ +iron.core.set_config { preferred = { python = "ipython", }, repl_open_cmd = "vertical 120 split", -}) +} |
