From: Silvio Rhatto Date: Mon, 24 Mar 2014 00:12:11 +0000 (-0300) Subject: Configuring airline X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=37df7ff5c55bb808f482e62dddd722814f4e2fd3;p=rhatto%2Fdotfiles%2Fvim.git Configuring airline --- diff --git a/.gitmodules b/.gitmodules index 3f4e5f9..ae8bab4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 index 0000000..5a2daf6 --- /dev/null +++ b/vim.dot.link/bundle/vim-airline @@ -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 index 0000000..d6f1760 --- /dev/null +++ b/vim.dot.link/bundle/vim-fugitive @@ -0,0 +1 @@ +Subproject commit d6f17608ddbae06ed5867f58e322a16806fa7248 diff --git a/vimrc.dot.link b/vimrc.dot.link index 6e6aad7..f8c8973 100644 --- a/vimrc.dot.link +++ b/vimrc.dot.link @@ -13,6 +13,7 @@ set expandtab set mouse-=a set autoread set nocompatible +set laststatus=2 set title set titleold="terminal"