From bac94b47a085583db5b200c5d0fdf47d8cff4139 Mon Sep 17 00:00:00 2001 From: jdhao Date: Wed, 18 Aug 2021 01:43:08 +0800 Subject: Format with stylua --- lua/config/iron.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lua/config/iron.lua') 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", +}) -- cgit v1.2.3