adjust iron repl
This commit is contained in:
parent
f15807f288
commit
df597acb32
|
|
@ -9,7 +9,7 @@ return {
|
||||||
config = {
|
config = {
|
||||||
scratch_repl = true,
|
scratch_repl = true,
|
||||||
-- How the repl window will be displayed
|
-- 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.
|
-- Send selections to the DAP repl if an nvim-dap session is running.
|
||||||
dap_integration = true,
|
dap_integration = true,
|
||||||
-- Choose your preferred REPL for each language:
|
-- Choose your preferred REPL for each language:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue