1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-07 00:05:10 +01:00

More comments

This commit is contained in:
Michiel Scholten
2014-06-21 14:11:46 +02:00
parent 55c098365e
commit 437ce9877f

4
.vimrc
View File

@@ -10,7 +10,8 @@ Plugin 'majutsushi/tagbar'
" The unite or unite.vim plug-in can search and display information from " The unite or unite.vim plug-in can search and display information from
" arbitrary sources like files, buffers, recently used files or registers. " arbitrary sources like files, buffers, recently used files or registers.
Plugin 'Shougo/unite.vim' Plugin 'Shougo/unite.vim'
" Nice statusbar " Nice statusbar, alternative for powerline. Get powerline font for best
" looking result
Plugin 'bling/vim-airline' Plugin 'bling/vim-airline'
" Better showing of open buffers (open files) " Better showing of open buffers (open files)
Plugin 'bling/vim-bufferline' Plugin 'bling/vim-bufferline'
@@ -36,6 +37,7 @@ call vundle#end() " required
filetype plugin indent on " required filetype plugin indent on " required
" Enable line numbers and syntax highlighting by default
set number set number
syntax on syntax on
" enable words completion " enable words completion