diff options
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | vim/.vim/bundle/vim-airline | 0 | ||||
| -rw-r--r-- | vim/.vimrc | 9 |
3 files changed, 12 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 67cd5fc..649d892 100644 --- a/.gitmodules +++ b/.gitmodules | |||
| @@ -22,3 +22,6 @@ | |||
| 22 | [submodule "vim/.vim/bundle/Benokai"] | 22 | [submodule "vim/.vim/bundle/Benokai"] |
| 23 | path = vim/.vim/bundle/Benokai | 23 | path = vim/.vim/bundle/Benokai |
| 24 | url = https://github.com/benjaminwhite/Benokai.git | 24 | url = https://github.com/benjaminwhite/Benokai.git |
| 25 | [submodule "vim/.vim/bundle/vim-airline"] | ||
| 26 | path = vim/.vim/bundle/vim-airline | ||
| 27 | url = https://github.com/bling/vim-airline | ||
diff --git a/vim/.vim/bundle/vim-airline b/vim/.vim/bundle/vim-airline new file mode 160000 | |||
| Subproject 67de5f2257f8d5def7a31e3009d4298ce977cb8 | |||
| @@ -9,6 +9,15 @@ if &t_Co == 256 | |||
| 9 | colorscheme Benokai | 9 | colorscheme Benokai |
| 10 | endif | 10 | endif |
| 11 | 11 | ||
| 12 | " On arch linux install the following: | ||
| 13 | " otf-powerline-symbols-git | ||
| 14 | " powerline-fonts-git | ||
| 15 | let g:airline_powerline_fonts = 1 | ||
| 16 | if !exists('g:airline_symbols') | ||
| 17 | let g:airline_symbols = {} | ||
| 18 | endif | ||
| 19 | let g:airline_symbols.space = "\ua0" | ||
| 20 | |||
| 12 | set number | 21 | set number |
| 13 | set hlsearch | 22 | set hlsearch |
| 14 | set list | 23 | set list |
