From 04db98668639cb0b431d50e5963f6b156d728078 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 7 Dec 2020 19:15:23 +0100 Subject: vim: big update; move lots of things to lua --- .vim/plugin/line.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.vim/plugin/line.vim') 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'], -- cgit 1.4.1