rktjmp / lush.nvim

Create Neovim themes with real-time feedback, export anywhere.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compile option to mirror gui to cterm

mcchrish opened this issue · comments

Turns out termguicolors are not the same in Vim and Neovim. vim/vim#1740
Neovim uses gui while Vim uses cterm.

Solution: add an option to just copy the gui value to cterm on compile. Something like copy_cterm_from_gui = true. Default to false.