Browse Source

Added more vim plugins from tpope.

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

+ 4
- 1
vim/vimrc

@ -141,8 +141,11 @@ 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'
Plug 'dense-analysis/ale'
Plug 'tpope/vim-surround'
Plug 'tpope/vim-unimpaired'
Plug 'tpope/vim-speeddating'
Plug 'tpope/vim-repeat'
call plug#end()

Loading…
Cancel
Save