Improve vim statusline

This commit is contained in:
Max Bucknell 2024-11-15 02:47:18 +11:00
parent 37067fb5d8
commit 4788cbe5bd
No known key found for this signature in database

View file

@ -40,15 +40,14 @@ syntax on
set nobackup nowritebackup noswapfile
" Statusline
" e.g. - [foobar.rs] - [rust] ----
set laststatus=2
set statusline=-[%.30t]-%y-
set statusline=—[%n\:\ %t]—%=—%y—[%l/%L,\ %c]—%m%r
set fillchars=stl:—,eob:\
set fillchars+=stlnc:—
set fillchars+=vert:\|
" Hide intro message
set shortmess+=
set shortmess=I
set nowrap