rktjmp / lush.nvim

Create Neovim themes with real-time feedback, export anywhere.
MIT License
1.44k stars 47 forks source link

:Lushify wont update and has no effect #80

Closed Risto-Stevcev closed 2 years ago

Risto-Stevcev commented 2 years ago
  1. Ran the quickstart :LushRunQuickstart
  2. Ran Lushify
  3. Uncommented 'Normal'

The tutorial says: -- You should be on the water now, Lush.ify has automatically recognized -- our Highlight definition and applied it in real time.

But nothing happens Am I missing a step? If not then what can I do to debug further?

rktjmp commented 2 years ago

That should be all you need to do. You should see neovims background turn blue.

What version of nvim are you using? OS shouldn't matter. What does :messages print out?

Risto-Stevcev commented 2 years ago

Here are some screenshots in case it's useful:

  1. Started neovim: image
  2. Ran the quickstart: image
  3. Ran Lushify: image
  4. Uncommented Normal: image
  5. Updated the sea_foam color: image

:messages just prints blank lines. However, I did notice that if I only remove a single dash from one of the commented lines then I get a Lushify error:

image

λ nvim --version
NVIM v0.5.1
Build type: Release
LuaJIT 2.1.0-beta3

I'm on Void Linux

rktjmp commented 2 years ago

What does :set termguicolors? return?

Risto-Stevcev commented 2 years ago

Ah that was it, thanks! It was returning notermguicolors I recently switched to a lua config file and a new terminal emulator, after I fixed my terminal colors everything's working now :)