mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
vim settings for powerline
This commit is contained in:
parent
dd8b1928d3
commit
c5581bc7b3
1 changed files with 2 additions and 1 deletions
|
|
@ -40,7 +40,8 @@ set background=dark
|
|||
set backspace=2
|
||||
set expandtab
|
||||
set fillchars+=stl:\ ,stlnc:\
|
||||
set laststatus=2
|
||||
set laststatus=2 " Always display the statusline in all windows
|
||||
set noshowmode " Hide the default mode text (e.g. -- INSERT -- below the statusline)
|
||||
set smarttab
|
||||
set statusline+=%#warningmsg#
|
||||
set statusline+=%{SyntasticStatuslineFlag()}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue