nvim-terminal.lua
nvim-terminal.lua copied to clipboard
Some code are not handled correctly
Hello, I am trying to use your plugin to display image in neovim with viu.
Unfortunately some codes are not displayed correctly :
Here is the expected output i get in my terminal :
And here is the result in Neovim using the following vim config :
set guifont=-misc-fixed-medium-r-normal--15-140-75-75-c-90-iso10646-1
lua require'terminal'.setup()
I wonder if it's actually 'synmaxcol' being limited and not showing after a certain limit.
E: nvm, I can reproduce this. I'll take a look at it later.
