From df597acb325cf72ef94c7914cb62ceb35e314add Mon Sep 17 00:00:00 2001 From: Florian Teich Date: Wed, 26 Nov 2025 20:40:31 +0100 Subject: [PATCH] adjust iron repl --- lua/kickstart/plugins/iron.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/kickstart/plugins/iron.lua b/lua/kickstart/plugins/iron.lua index 71ab485d..24fbd848 100644 --- a/lua/kickstart/plugins/iron.lua +++ b/lua/kickstart/plugins/iron.lua @@ -9,7 +9,7 @@ return { config = { scratch_repl = true, -- How the repl window will be displayed - repl_open_cmd = view.bottom(40), + repl_open_cmd = "botright 12 new | setlocal buftype=nofile", -- Send selections to the DAP repl if an nvim-dap session is running. dap_integration = true, -- Choose your preferred REPL for each language: