Replies: 5 comments 1 reply
-
Lightline themes can be defined a couple different ways: Either lightline itself can define an autoload file in Gruvbox does have this file, so you should be able to set the file like this: let g:lightline = {
\ 'colorscheme': 'gruvbox',
\ } Let me know if there are any issues. If you would like to customize the theme, just create a file in your runtime path (ex. |
Beta Was this translation helpful? Give feedback.
-
I tried to so what you are saying but it did not worked. |
Beta Was this translation helpful? Give feedback.
-
This is what I'm getting: |
Beta Was this translation helpful? Give feedback.
-
I even tried copying the |
Beta Was this translation helpful? Give feedback.
-
Please post your For me, this set background=dark
set laststatus=2
call plug#begin()
Plug 'gruvbox-community/gruvbox'
Plug 'itchyny/lightline.vim'
let g:lightline = {
\ 'colorscheme': 'gruvbox',
\ }
call plug#end()
colorscheme gruvbox Please also make sure you're using the latest version of lightline and gruvbox. |
Beta Was this translation helpful? Give feedback.
-
Hi,
How can I integrate Gruvbox with Lightline?
Beta Was this translation helpful? Give feedback.
All reactions