Lightline.vim: lineline did not work

Created on 19 Sep 2018  路  4Comments  路  Source: itchyny/lightline.vim

I have install the lightline through the way:
1) add Plugin 'itchyny/lightline.vim' into .vimrc
2) execute :PluginInstall
But while I restart vim, the lightline did not show.

question

Most helpful comment

How about adding set laststatus=2 to your .vimrc?

All 4 comments

  1. Please read https://github.com/itchyny/lightline.vim#introduction again.
  2. If it does not help, please paste the entire vimrc or the link to your configuration.

call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')

" let Vundle manage Vundle, required
Plugin 'VundleVim/Vundle.vim'
" add nerdtree
Plugin 'scrooloose/nerdtree'
" add lightline
Plugin 'itchyny/lightline.vim'
let g:lightline = {
\ 'colorscheme': 'wombat',
\ }

" All of your Plugins must be added before the following line
call vundle#end() " required

above is my plugin config in vimrc. I am new to vim, so I need your precious suggestion about that. Thank you.

How about adding set laststatus=2 to your .vimrc?

cool!!! It works. Thank you so much. I miss this configuration.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ghost picture ghost  路  3Comments

indiesquidge picture indiesquidge  路  4Comments

kiryph picture kiryph  路  3Comments

kbc8090 picture kbc8090  路  3Comments

dessaya picture dessaya  路  3Comments