nvim: eliminated an annoying dap-ui thing
This commit is contained in:
parent
883cadce78
commit
0179f035cb
2 changed files with 13 additions and 13 deletions
|
@ -95,7 +95,7 @@ M.toggleterm = function()
|
|||
start_in_insert = true,
|
||||
insert_mappings = true, -- whether or not the open mapping applies in insert mode
|
||||
persist_size = true,
|
||||
direction = 'float', -- vertical, horizontal, window, or float
|
||||
direction = 'vertical', -- vertical, horizontal, window, or float
|
||||
close_on_exit = true, -- close the terminal window when the process exits
|
||||
-- shell = vim.o.shell, -- change the default shell
|
||||
-- This field is only relevant if direction is set to 'float'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue