change term to vertical in nvim

This commit is contained in:
2023-11-16 15:12:23 +01:00
parent f82c463df5
commit d54ced97ae

View File

@@ -12,7 +12,7 @@ local config = {
insert_mappings = true, -- whether or not the open mapping applies in insert mode
persist_size = false,
-- direction = 'vertical' | 'horizontal' | 'window' | 'float',
direction = "float",
direction = "vertical",
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'