Closed OxNinja closed 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:
init.vim
" 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
:PlugInstall
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.
Oh sorry, I forgot to mention on the README file. Try adding "set termguicolors" on your init.vim.
Hey I love this scheme, I already installed it for my terminal, but I struggle installing it using VIM PLUG.
My
init.vim
config:Here is what I get in neovim (after running
:PlugInstall
+ restart nvim): https://imgur.com/a/iOklECnI 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.