Closed andrewhlin closed 7 years ago
Hi.
The minimal vimrc
is as follows:
call plug#begin('~/.vim/plugged')
Plug 'itchyny/lightline.vim'
Plug 'KeitaNakamura/neodark.vim'
call plug#end()
colorscheme neodark
set laststatus=2
let g:lightline = {}
let g:lightline.colorscheme = 'neodark'
Tried it with the minimal vimrc and it worked properly. It seems the issue arises when I have
let g:neodark#terminal_transparent = 1
along with the lightline colorscheme.
I'm using vim 7.4, but I tried it on vim 8.0 and it worked fine there.
Thank you for report. I'm going to find the problem.
I'm using neovim and it worked fine. I'm going to install vim 7.4 and check it there.
I tried following vimrc in vim 7.4.2334, but it worked fine.
call plug#begin('~/.vim/plugged')
Plug 'itchyny/lightline.vim'
Plug 'KeitaNakamura/neodark.vim'
call plug#end()
let g:neodark#terminal_transparent = 1
colorscheme neodark
set laststatus=2
let g:lightline = {}
let g:lightline.colorscheme = 'neodark'
I will close this issue. If you still have problem, feel free to open again.
When I attempt to use the lightline theme by setting
I get the following errors: