Klafyvel / vim-slime-cells

A plugin on top of vim-slime to enhance its cell feature.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Color Issue

lawrencet149 opened this issue · comments

Hi,

I am using the example installation via packer you provided on the README. Everything installs, but when I start neovim I am getting the message below.

Error detected while processing /home/username/.local/share/nvim/site/pack/packer/start/vim-slime-cells/plugin/slime_cells.vim:
line 24:
E421: Color name or number not recognized: ctermfg= guibg= ctermbg=

Thank you for the plug-in and your help.

Hi !

Could you paste be the output of each these commands ?

:echo synIDattr(synIDtrans(hlID(g:slime_cells_highlight_from)), "fg", "gui")
:echo synIDattr(synIDtrans(hlID(g:slime_cells_highlight_from)), "fg", "cterm")
:echo synIDattr(synIDtrans(hlID(g:slime_cells_highlight_from)), "bg", "gui")
:echo synIDattr(synIDtrans(hlID(g:slime_cells_highlight_from)), "bg", "cterm")

Thanks,
klafyvel

The only command that returns an output is the first one. All others return empty/blank

:echo synIDattr(synIDtrans(hlID(g:slime_cells_highlight_from)), "fg", "gui"):
#808080

Thank you.

Thank you very much! I may have a fix.

Thank you. Looking forward to using the plug-in.

Can you try the fix-color-issue branch ? It should fix the issue.

Hi, it works. Thank you for the fix.

You are welcome ! Please feel free to report any feedback that could improve the plugin.