diff options
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 |
