Browse Source

Add vim-airline

Alois Mahdal 5 years ago
parent
commit
394e29ae15
4 changed files with 10 additions and 0 deletions
  1. 6
    0
      .gitmodules
  2. 1
    0
      dotfiles/vim/bundle/vim-airline
  3. 1
    0
      dotfiles/vim/bundle/vim-airline-themes
  4. 2
    0
      dotfiles/vim/vimrc

+ 6
- 0
.gitmodules View File

37
 [submodule "dotfiles/vim/bundle/html5.vim"]
37
 [submodule "dotfiles/vim/bundle/html5.vim"]
38
 	path = dotfiles/vim/bundle/html5.vim
38
 	path = dotfiles/vim/bundle/html5.vim
39
 	url = https://github.com/othree/html5.vim
39
 	url = https://github.com/othree/html5.vim
40
+[submodule "dotfiles/vim/bundle/vim-airline"]
41
+	path = dotfiles/vim/bundle/vim-airline
42
+	url = https://github.com/vim-airline/vim-airline
43
+[submodule "dotfiles/vim/bundle/vim-airline-themes"]
44
+	path = dotfiles/vim/bundle/vim-airline-themes
45
+	url = https://github.com/vim-airline/vim-airline-themes

+ 1
- 0
dotfiles/vim/bundle/vim-airline

1
+Subproject commit c7fb175d3565159699885653767214a6aa583ea4

+ 1
- 0
dotfiles/vim/bundle/vim-airline-themes

1
+Subproject commit 6e798f9030d0853d484078043ddbb41e611ab7a6

+ 2
- 0
dotfiles/vim/vimrc View File

33
 let g:gitgutter_sign_modified_removed = '❰'
33
 let g:gitgutter_sign_modified_removed = '❰'
34
 let g:gitgutter_eager = 1
34
 let g:gitgutter_eager = 1
35
 
35
 
36
+let g:airline_theme = 'zenburn'
37
+
36
 
38
 
37
 " ..................... "
39
 " ..................... "
38
 " PROGRAM / ENVIRONMENT "
40
 " PROGRAM / ENVIRONMENT "