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,3 +37,9 @@
37 37
 [submodule "dotfiles/vim/bundle/html5.vim"]
38 38
 	path = dotfiles/vim/bundle/html5.vim
39 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

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

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

@@ -0,0 +1 @@
1
+Subproject commit 6e798f9030d0853d484078043ddbb41e611ab7a6

+ 2
- 0
dotfiles/vim/vimrc View File

@@ -33,6 +33,8 @@ let g:gitgutter_sign_removed_first_line = '^'
33 33
 let g:gitgutter_sign_modified_removed = '❰'
34 34
 let g:gitgutter_eager = 1
35 35
 
36
+let g:airline_theme = 'zenburn'
37
+
36 38
 
37 39
 " ..................... "
38 40
 " PROGRAM / ENVIRONMENT "