Mark Fischer, Jr.
Mark Fischer, Jr.
I'll try that when I get home, thanks :) On Wed, Mar 16, 2016, 7:05 PM Bruno [email protected] wrote: > I've had a similar issue with airline a couple weeks...
Installed those, still having issues. Here is my `init.vim`: https://github.com/flyingfisch/dotfiles/blob/master/nvim/init.vim
I'm using gruvbox, in case that helps. On Wed, Mar 16, 2016, 10:07 PM Linda_pp [email protected] wrote: > Some themes work but some other themes don't work. > > —...
It says `gruvbox`...
Ah, ok. Gruvbox has a bundled airline theme: https://github.com/morhetz/gruvbox#airline-theme
OK, just got it working. You have to make sure true color mode is enabled in your `init.vim`. Maybe true color mode should be enabled by default in nyaovim?
Also, on a side note, how do I install the newest version of nyaovim? I have tried `npm install nyaovim` but I still have the hollow cursor instead of the...
Just realized I forgot the `-g` flag. I've got the latest version now.
Wow, I didn't realize I forgot to reply to this issue. I fixed it, for me at least, by adding the following to my `init.vim`: ``` let $NVIM_TUI_ENABLE_TRUE_COLOR=1 ``` Really...
Wish I could upvote issues, as it is, here, have one of these: :+1: