Skip to content

Commit

Permalink
Fix broken vundle package
Browse files Browse the repository at this point in the history
  • Loading branch information
mdentremont committed Jun 7, 2022
1 parent 7164033 commit f55fd6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vim/vundle.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
call plug#begin('~/.vim/bundle')

Plug 'scrooloose/nerdcommenter'
Plug 'tpop/vim-surround'
Plug 'tpope/vim-surround'

if exists('g:vscode')
call plug#end()
Expand Down

0 comments on commit f55fd6b

Please sign in to comment.