aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules3
m---------vim/bundle/powerline0
-rw-r--r--vimrc1
3 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index a66981b..a777532 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -16,3 +16,6 @@
[submodule "vim/bundle/ctrlp"]
path = vim/bundle/ctrlp
url = https://github.com/kien/ctrlp.vim.git
+[submodule "vim/bundle/powerline"]
+ path = vim/bundle/powerline
+ url = https://github.com/Lokaltog/vim-powerline.git
diff --git a/vim/bundle/powerline b/vim/bundle/powerline
new file mode 160000
+Subproject 4df0cdc009e590c1d6ec32a2a3c12ff8deeb6f2
diff --git a/vimrc b/vimrc
index b37e6b2..cf90f18 100644
--- a/vimrc
+++ b/vimrc
@@ -23,6 +23,7 @@ set backspace=indent,eol,start " backspace over all stuff
set cursorcolumn " highlight the current column
set cursorline " highlight the current line
set vb t_vb= " no beeping
+set laststatus=2 " always show the status line
"
" formatting