nvim-terminal.lua icon indicating copy to clipboard operation
nvim-terminal.lua copied to clipboard

Some code are not handled correctly

Open oknozor opened this issue 5 years ago • 1 comments

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 : screenshot-2020-03-02-T13-25-10-0100.png 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()

screenshot-2020-03-02-T11-49-43-0100.png

oknozor avatar Mar 02 '20 12:03 oknozor

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.

norcalli avatar Mar 02 '20 16:03 norcalli