liuchengxu / space-vim-theme

:blossom: A dark and light colorscheme for space-vim that supports GUI & terminal
159 stars 26 forks source link

colorscheme space_vim_theme #4

Closed kjhuanhao closed 5 years ago

kjhuanhao commented 5 years ago

when I set colorscheme space_vim_theme there was an error in the diagram

error.png

liuchengxu commented 5 years ago

It's not an issue of space-vim-theme, you should check your own config. Reopen if you can reproduce with a minimal vimrc.

ovidius72 commented 4 years ago

I can see the same errors Tried with a lot of different coloschemes but this error happens only with this theme.

neovim_vim_____config_nvim_init__-_NVIM

liuchengxu commented 4 years ago

I need a minimal vimrc and detailed environment to reproduce.

ovidius72 commented 4 years ago

I don't know if it's the right solution but in lines 197 and 809 of "colors/space_vim_theme.vim", changing : if get(g: "space_vim_invert_indent_guides", 0) to if get(g:, "space_vim_invert_indent_guides", 0) solved the issue for me. Notice the missing comma after g:

liuchengxu commented 4 years ago

Good catch! @ovidius72 Fixed in the master.