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:
6
.vimrc
6
.vimrc
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user