Skip to content

Commit 00273bc

Browse files
committed
switch to vim-airline
1 parent c02a12c commit 00273bc

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

vimrc

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -189,16 +189,6 @@ endif
189189
" root.
190190
set tags=./tags;/
191191

192-
" Set the status line
193-
set statusline=%<%F " File path
194-
set statusline+=\ %2*%{&ro?'RO':''}%*%4*%{&mod?'+':''}%<%* " RO and modification flags. %2 - red, %4 - green
195-
set statusline+=%3*\ %{matchstr(fugitive#statusline(),'(\\zs.*\\ze)')}%* " Fugitive flag. %3 - orange
196-
set statusline+=%=\ %{&fileformat}\ \| " Remaining items are right-aligned. File format
197-
set statusline+=%{&fileencoding}\ \| " Encoding
198-
set statusline+=%{&filetype}\ \| " filetype
199-
set statusline+=%p%%\ \| " % of document
200-
set statusline+=%l:%c\ " Line num and col
201-
202192
" tell VIM to always put a status line in, even if there is only one window
203193
set laststatus=2
204194

0 commit comments

Comments
 (0)