From 37df7ff5c55bb808f482e62dddd722814f4e2fd3 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 23 Mar 2014 21:12:11 -0300 Subject: Configuring airline --- .gitmodules | 6 ++++++ vim.dot.link/bundle/vim-airline | 1 + vim.dot.link/bundle/vim-fugitive | 1 + vimrc.dot.link | 1 + 4 files changed, 9 insertions(+) create mode 160000 vim.dot.link/bundle/vim-airline create mode 160000 vim.dot.link/bundle/vim-fugitive 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" -- cgit v1.2.3