nvim: change toggleterm to a horizontal split

This commit is contained in:
2026-02-21 18:38:08 +00:00
parent 0c7c1908d5
commit d72adda678
2 changed files with 1 additions and 32 deletions

View File

@@ -12,7 +12,7 @@ return {
'akinsho/toggleterm.nvim',
config = function()
require('toggleterm').setup{
direction = 'float',
direction = 'horizontal',
float_opts = {
border = 'single',
width = 80,