change vimrc for powerline

auto-flake-update
Yorick van Pelt 2013-07-20 17:21:21 +02:00
parent 6e4e37eccc
commit 7321a71f66
1 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,7 @@ endif
syntax on
set number
set runtimepath=~/dotfiles/vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,~/dotfiles/vim/after
colors distinguished
" " colors distinguished
set mouse=a
set statusline=%F%m%r%h%w\ (%{&ff}){%Y}\ [%l,%v][%p%%]
set showcmd
@ -15,3 +15,6 @@ set hlsearch
set ignorecase
set smartcase
set laststatus=2 " Always display the statusline in all windows
set noshowmode " Hide the default mode text (e.g. -- INSERT -- below the statusline)