owozsh / amora

VIM colorscheme
MIT License
101 stars 0 forks source link

Colorscheme not installed properly using VIM PLUG #5

Closed OxNinja closed 3 years ago

OxNinja commented 3 years ago

Hey I love this scheme, I already installed it for my terminal, but I struggle installing it using VIM PLUG.

My init.vim config:

" Plugins              
call plug#begin('~/.vim/plugged')   
    Plug 'owozsh/amora'
call plug#end() 
" End plugins 

" Amora focus mode
let g:mode = 'focus'
colorscheme amora

Here is what I get in neovim (after running :PlugInstall + restart nvim): https://imgur.com/a/iOklECn

I don't think this is the correct color scheme :laughing:

I already installed themes using VIM PLUG with no issue, I am wondering what I did wrong this time.

owozsh commented 3 years ago

Oh sorry, I forgot to mention on the README file. Try adding "set termguicolors" on your init.vim.