diff options
Diffstat (limited to '.vim/plugin/line.vim')
| -rw-r--r-- | .vim/plugin/line.vim | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.vim/plugin/line.vim b/.vim/plugin/line.vim index ad25cab..eed5224 100644 --- a/.vim/plugin/line.vim +++ b/.vim/plugin/line.vim @@ -1,3 +1,5 @@ +finish + let g:lightline = {} let g:lightline.enable = { 'statusline': 1, 'tabline': 0 } @@ -20,7 +22,7 @@ let g:lightline.active = { \ 'left': [ \ ['mode', 'paste'], \ ['filename', 'vista'], -\ ['neomake', 'coc', 'ctags', 'obsession'], +\ ['neomake', 'ctags', 'obsession'], \ ], \ 'right': [ \ ['filetype', 'fileencoding', 'fileformat'], |