Environment
If you are using neovim, just run :checkhealth floaterm and post the content
below.
1 ==============================================================================
2 floaterm: ✅
3
4 common
5 - Platform: Darwin
6 - Nvim: NVIM v0.11.3
7 - Plugin: 416f5a2b0
8
9
10 terminal
11 - ✅ OK Terminal emulator is available
12
13 floating
14 - ✅ OK Floating window is available
15
Configurations related to vim-floaterm in vimrc(i.e. g:floaterm_xxx):
{
'voldikss/vim-floaterm',
keys = {
{ '<leader>gg', ':nohlsearch<Bar>FloatermNew --height=0.95 --width=0.7 lazygit<CR>', silent = true },
{ '<leader>cc', ':nohlsearch<Bar>FloatermNew --height=0.95 --width=0.7 opencode<CR>', silent = true },
},
config = function()
vim.g.floaterm_borderchars = '─│─│╭╮╯╰'
vim.g.floaterm_title = ''
end,
},
Describe your question, feature request, or bug.
Incorrect layout when opening opencode in vim-floatterm (see screenshot). Not sure if this is an issue with opencode or with vim-floatterm, but I don't have the same issue with (for example) lazygit.
Screenshots(Optional, GIF is better)

Environment
If you are using neovim, just run
:checkhealth floatermand post the contentbelow.
Configurations related to vim-floaterm in vimrc(i.e.
g:floaterm_xxx):{ 'voldikss/vim-floaterm', keys = { { '<leader>gg', ':nohlsearch<Bar>FloatermNew --height=0.95 --width=0.7 lazygit<CR>', silent = true }, { '<leader>cc', ':nohlsearch<Bar>FloatermNew --height=0.95 --width=0.7 opencode<CR>', silent = true }, }, config = function() vim.g.floaterm_borderchars = '─│─│╭╮╯╰' vim.g.floaterm_title = '' end, },Describe your question, feature request, or bug.
Incorrect layout when opening
opencodeinvim-floatterm(see screenshot). Not sure if this is an issue withopencodeor withvim-floatterm, but I don't have the same issue with (for example) lazygit.Screenshots(Optional, GIF is better)