change term to vertical in nvim
This commit is contained in:
parent
f82c463df5
commit
d54ced97ae
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ local config = {
|
||||||
insert_mappings = true, -- whether or not the open mapping applies in insert mode
|
insert_mappings = true, -- whether or not the open mapping applies in insert mode
|
||||||
persist_size = false,
|
persist_size = false,
|
||||||
-- direction = 'vertical' | 'horizontal' | 'window' | 'float',
|
-- direction = 'vertical' | 'horizontal' | 'window' | 'float',
|
||||||
direction = "float",
|
direction = "vertical",
|
||||||
close_on_exit = true, -- close the terminal window when the process exits
|
close_on_exit = true, -- close the terminal window when the process exits
|
||||||
shell = vim.o.shell, -- change the default shell
|
shell = vim.o.shell, -- change the default shell
|
||||||
-- This field is only relevant if direction is set to 'float'
|
-- This field is only relevant if direction is set to 'float'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue