airline integration into vim

This commit is contained in:
Cyryl Plotnicki-Chudyk 2013-10-25 22:46:59 +02:00
parent 57214e179f
commit 3a45f4af9e
3 changed files with 10 additions and 1 deletions

3
.gitmodules vendored
View file

@ -16,3 +16,6 @@
[submodule ".vim/bundle/salt-vim"]
path = .vim/bundle/salt-vim
url = https://github.com/saltstack/salt-vim.git
[submodule ".vim/bundle/vim-airline"]
path = .vim/bundle/vim-airline
url = https://github.com/bling/vim-airline

@ -0,0 +1 @@
Subproject commit de1d1e365e8a1b5ac27adafeddc44cf22ea3606d

7
.vimrc
View file

@ -24,5 +24,10 @@ set encoding=utf-8
execute pathogen#infect()
filetype plugin indent on
set laststatus=2
"always show statusline
set laststatus=2
"don't show default mode indicators
set noshowmode
let g:bufferline_echo = 0