Added some more vim plugins

This commit is contained in:
Chris Cowley 2025-03-13 20:47:56 +01:00
parent 70a587dd40
commit faee1ff72c
2 changed files with 11 additions and 0 deletions

View file

@ -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
View file

@ -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