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

Started sectioning the config

This commit is contained in:
Michiel Scholten
2014-08-11 16:43:27 +02:00
parent a53e7b1783
commit c6799aa49d

6
.vimrc
View File

@@ -10,6 +10,9 @@ 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'
" == UI
" Nice statusbar, alternative for powerline. Get powerline font for best " Nice statusbar, alternative for powerline. Get powerline font for best
" looking result " looking result
Plugin 'bling/vim-airline' Plugin 'bling/vim-airline'
@@ -22,6 +25,9 @@ Plugin 'mhinz/vim-signify'
Plugin 'tpope/vim-sensible' Plugin 'tpope/vim-sensible'
" Nice colour scheme " Nice colour scheme
Plugin 'jnurmine/Zenburn.git' Plugin 'jnurmine/Zenburn.git'
" ==
" Python autocompletion " Python autocompletion
Plugin 'davidhalter/jedi-vim' Plugin 'davidhalter/jedi-vim'
" Handy Markdown stuff " Handy Markdown stuff