airline integration into vim
This commit is contained in:
parent
57214e179f
commit
3a45f4af9e
3 changed files with 10 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -16,3 +16,6 @@
|
||||||
[submodule ".vim/bundle/salt-vim"]
|
[submodule ".vim/bundle/salt-vim"]
|
||||||
path = .vim/bundle/salt-vim
|
path = .vim/bundle/salt-vim
|
||||||
url = https://github.com/saltstack/salt-vim.git
|
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
|
||||||
|
|
1
.vim/bundle/vim-airline
Submodule
1
.vim/bundle/vim-airline
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit de1d1e365e8a1b5ac27adafeddc44cf22ea3606d
|
7
.vimrc
7
.vimrc
|
@ -24,5 +24,10 @@ set encoding=utf-8
|
||||||
|
|
||||||
execute pathogen#infect()
|
execute pathogen#infect()
|
||||||
filetype plugin indent on
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue