You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
floaterm: require("floaterm.health").check()
========================================================================- ERROR: Failed to run healthcheck for "floaterm" plugin. Exception:
function health#check, line 20
Vim(eval):E5108: Error executing lua .../vim-floaterm/start/vim-floaterm/lua/floaterm/health.lua:24: attempt to call field 'start' (a nil value)
stack traceback:
.../vim-floaterm/start/vim-floaterm/lua/floaterm/health.lua:24: in function 'check_common'
.../vim-floaterm/start/vim-floaterm/lua/floaterm/health.lua:55: in function 'check'
[string "luaeval()"]:1: in main chunk
Bug
When I set the highlight group for guibg for Floaterm as this :
Environment
nvim --version
:Using neovim :
Platform:
:checkhealth floaterm
:Bug
When I set the highlight group for guibg for Floaterm as this :
vim.api.nvim_set_hl(0, 'Floaterm', { bg = "red" })
Even if my $TERM is xterm-256color this is the result :
Screenshot
Any ideas ?
The text was updated successfully, but these errors were encountered: