From 437ce9877f5b6a517a5fea23ee83d5f9c3e5e5e2 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Sat, 21 Jun 2014 14:11:46 +0200 Subject: [PATCH] More comments --- .vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 3c786ec..c776208 100644 --- a/.vimrc +++ b/.vimrc @@ -10,7 +10,8 @@ Plugin 'majutsushi/tagbar' " The unite or unite.vim plug-in can search and display information from " arbitrary sources like files, buffers, recently used files or registers. Plugin 'Shougo/unite.vim' -" Nice statusbar +" Nice statusbar, alternative for powerline. Get powerline font for best +" looking result Plugin 'bling/vim-airline' " Better showing of open buffers (open files) Plugin 'bling/vim-bufferline' @@ -36,6 +37,7 @@ call vundle#end() " required filetype plugin indent on " required +" Enable line numbers and syntax highlighting by default set number syntax on " enable words completion