Improve vim statusline
This commit is contained in:
parent
37067fb5d8
commit
4788cbe5bd
1 changed files with 2 additions and 3 deletions
|
@ -40,15 +40,14 @@ syntax on
|
||||||
set nobackup nowritebackup noswapfile
|
set nobackup nowritebackup noswapfile
|
||||||
|
|
||||||
" Statusline
|
" Statusline
|
||||||
" e.g. - [foobar.rs] - [rust] ----
|
|
||||||
set laststatus=2
|
set laststatus=2
|
||||||
set statusline=-[%.30t]-%y-
|
set statusline=—[%n\:\ %t]—%=—%y—[%l/%L,\ %c]—%m%r—
|
||||||
set fillchars=stl:—,eob:\
|
set fillchars=stl:—,eob:\
|
||||||
set fillchars+=stlnc:—
|
set fillchars+=stlnc:—
|
||||||
set fillchars+=vert:\|
|
set fillchars+=vert:\|
|
||||||
|
|
||||||
" Hide intro message
|
" Hide intro message
|
||||||
set shortmess+=
|
set shortmess=I
|
||||||
|
|
||||||
set nowrap
|
set nowrap
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue