diff options
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -16,6 +16,10 @@ Plugin 'VundleVim/Vundle.vim' | |||
| 16 | " Keep Plugin commands between vundle#begin/end. | 16 | " Keep Plugin commands between vundle#begin/end. |
| 17 | " plugin on GitHub repo | 17 | " plugin on GitHub repo |
| 18 | Plugin 'tpope/vim-fugitive' | 18 | Plugin 'tpope/vim-fugitive' |
| 19 | Plugin 'tpope/vim-surround' | ||
| 20 | Plugin 'tpope/vim-sensible' | ||
| 21 | Plugin 'vim-airline/vim-airline' | ||
| 22 | Plugin 'vim-airline/vim-airline-themes' | ||
| 19 | 23 | ||
| 20 | " All of your Plugins must be added before the following line | 24 | " All of your Plugins must be added before the following line |
| 21 | call vundle#end() " required | 25 | call vundle#end() " required |