Closed HappyCthulhu closed 1 year ago
You need to set both termguicolors
and the colorscheme
in ~/.config/nvim/init.vim
as follows:
set termguicolors
call plug#begin()
Plug 'bluz71/vim-nightfly-colors'
call plug#end()
colorscheme nightfly
Make sure you call :PlugInstall
inside Neovim to install the plugin itself into the vim-plug directory of ~/.local/share/nvim/plugged
; please check this directory to make sure the theme is installed. Maybe you did not do this particular step.
If you do all of the above the colorscheme will work.
Best regards.
set termguicolors
worked!
Hi! First thing, that i wanna 2 tell about: your project is great, thx 4 it
Your theme working well in Firenvim (in browser). But i cant activate it outside of Chrome... Idk, why. I even removed all text from
init.vim
, besides:That didnt help...
System: Arch/i3 My nvim-config: https://github.com/HappyCthulhu/.config/blob/master/nvim/init.vim