]> gitweb.fluxo.info Git - rhatto/dotfiles/vim.git/commitdiff
Configuring airline
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 24 Mar 2014 00:12:11 +0000 (21:12 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 24 Mar 2014 00:12:11 +0000 (21:12 -0300)
.gitmodules
vim.dot.link/bundle/vim-airline [new submodule]
vim.dot.link/bundle/vim-fugitive [new submodule]
vimrc.dot.link

index 3f4e5f97c31e5e5b6c555908b70e82dd7e1ae691..ae8bab48f3932120ac20ad6dc26c2ddbbe3aafa7 100644 (file)
@@ -43,3 +43,9 @@
 [submodule "vim.dot.link/bundle/colorschemes"]
        path = vim.dot.link/bundle/colorschemes
        url = https://github.com/flazz/vim-colorschemes
+[submodule "vim.dot.link/bundle/vim-airline"]
+       path = vim.dot.link/bundle/vim-airline
+       url = https://github.com/bling/vim-airline
+[submodule "vim.dot.link/bundle/vim-fugitive"]
+       path = vim.dot.link/bundle/vim-fugitive
+       url = https://github.com/tpope/vim-fugitive.git
diff --git a/vim.dot.link/bundle/vim-airline b/vim.dot.link/bundle/vim-airline
new file mode 160000 (submodule)
index 0000000..5a2daf6
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 5a2daf6dfbd6e0df21612a20f95b4285ae8a2603
diff --git a/vim.dot.link/bundle/vim-fugitive b/vim.dot.link/bundle/vim-fugitive
new file mode 160000 (submodule)
index 0000000..d6f1760
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit d6f17608ddbae06ed5867f58e322a16806fa7248
index 6e6aad79fc3d870823745c8d333e12ea9b641d70..f8c8973b585e92b694f5e4fb2ea79852407b8eda 100644 (file)
@@ -13,6 +13,7 @@ set expandtab
 set mouse-=a
 set autoread
 set nocompatible
+set laststatus=2
 
 set title
 set titleold="terminal"