Browse Source

Added vim-surround plugin.

master
Daniel Sissom 5 years ago
parent
commit
363007e040
Signed by untrusted user who does not match committer: djsissom GPG Key ID: 2C30FFB796852389
1 changed files with 1 additions and 0 deletions
  1. + 1
    - 0
      vim/vimrc

+ 1
- 0
vim/vimrc

@ -135,6 +135,7 @@ call plug#begin('~/.vim/vim-plug')
Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
Plug 'ycm-core/YouCompleteMe', { 'do': function('BuildYCM'), 'on': [] }
Plug 'lervag/vimtex'
Plug 'tpope/vim-surround'
call plug#end()

Loading…
Cancel
Save