diff options
| author | 2017-02-07 09:38:45 +0100 | |
|---|---|---|
| committer | 2017-02-07 09:38:45 +0100 | |
| commit | 9ffb82a52f6cb88e15e272aa74226db869cb63c1 (patch) | |
| tree | 599cc1dd5837f8f54f00a993249bd8b7c2dbedfe /vim/.vim/vimrc | |
| parent | 5911aa484140fcbd22b58cf585948eec919c106c (diff) | |
| download | dotfiles-9ffb82a52f6cb88e15e272aa74226db869cb63c1.tar.gz dotfiles-9ffb82a52f6cb88e15e272aa74226db869cb63c1.tar.bz2 dotfiles-9ffb82a52f6cb88e15e272aa74226db869cb63c1.zip | |
Migrate vim plugins to vim-plug
Diffstat (limited to 'vim/.vim/vimrc')
| -rw-r--r-- | vim/.vim/vimrc | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc index 99158fb..1f3806c 100644 --- a/vim/.vim/vimrc +++ b/vim/.vim/vimrc | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | call plug#begin('~/.vim/plugged') | ||
| 2 | |||
| 3 | Plug 'bling/vim-airline' | ||
| 4 | Plug 'ctrlpvim/ctrlp.vim' | ||
| 5 | Plug 'edkolev/tmuxline.vim' | ||
| 6 | Plug 'ervandew/supertab' | ||
| 7 | Plug 'mhinz/vim-janah' | ||
| 8 | Plug 'mhinz/vim-signify' | ||
| 9 | Plug 'scrooloose/nerdcommenter' | ||
| 10 | Plug 'scrooloose/nerdtree' | ||
| 11 | Plug 'scrooloose/syntastic' | ||
| 12 | Plug 'tpope/vim-fugitive' | ||
| 13 | Plug 'unblevable/quick-scope' | ||
| 14 | Plug 'vim-airline/vim-airline-themes' | ||
| 15 | |||
| 16 | call plug#end() | ||
| 17 | |||
| 1 | """ DEFAULT VIM SETTINGS | 18 | """ DEFAULT VIM SETTINGS |
| 2 | 19 | ||
| 3 | " Reload vimrc on save | 20 | " Reload vimrc on save |
| @@ -83,8 +100,7 @@ if has('nvim') | |||
| 83 | endif | 100 | endif |
| 84 | 101 | ||
| 85 | """ PLUGIN SPECIFIC SETTINGS | 102 | """ PLUGIN SPECIFIC SETTINGS |
| 86 | 103 | if exists("g:plug_home") | |
| 87 | if exists("g:loaded_pathogen") | ||
| 88 | 104 | ||
| 89 | " NERDTree: | 105 | " NERDTree: |
| 90 | " Open NERDTree when no file is specified | 106 | " Open NERDTree when no file is specified |
