diff options
| author | Robert Günzler <r@gnzler.io> | 2020-12-07 19:15:23 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2021-01-21 19:39:11 +0100 |
| commit | 04db98668639cb0b431d50e5963f6b156d728078 (patch) | |
| tree | 4bec29af1c9c34852e974be06301f74de4802199 /.vim/plugin/line.vim | |
| parent | 9b8005439ac351ded8f6286aefa2378d25d7add5 (diff) | |
vim: big update; move lots of things to lua
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'], |