1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55: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
" arbitrary sources like files, buffers, recently used files or registers.
Plugin 'Shougo/unite.vim'
" == UI
" Nice statusbar, alternative for powerline. Get powerline font for best
" looking result
Plugin 'bling/vim-airline'
@@ -22,6 +25,9 @@ Plugin 'mhinz/vim-signify'
Plugin 'tpope/vim-sensible'
" Nice colour scheme
Plugin 'jnurmine/Zenburn.git'
" ==
" Python autocompletion
Plugin 'davidhalter/jedi-vim'
" Handy Markdown stuff