Added some more vim plugins
This commit is contained in:
parent
70a587dd40
commit
faee1ff72c
2 changed files with 11 additions and 0 deletions
|
@ -1,2 +1,9 @@
|
|||
# dotfiles
|
||||
|
||||
## Vim
|
||||
|
||||
```bash
|
||||
ln -sv ${PWD}/vimrc ~/.vimrc
|
||||
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
|
||||
```
|
||||
|
||||
|
|
4
vimrc
4
vimrc
|
@ -17,6 +17,10 @@ Plugin 'tpope/vim-fugitive'
|
|||
Plugin 'vim-airline/vim-airline'
|
||||
Plugin 'vim-airline/vim-airline-themes'
|
||||
Plugin 'airblade/vim-gitgutter'
|
||||
Plugin 'kien/ctrlp.vim'
|
||||
Plugin 'tpope/vim-surround'
|
||||
Plugin 'scrooloose/nerdcommenter'
|
||||
|
||||
" plugin from http://vim-scripts.org/vim/scripts.html
|
||||
" Plugin 'L9'
|
||||
" Git plugin not hosted on GitHub
|
||||
|
|
Loading…
Add table
Reference in a new issue