Skip to content

Commit

Permalink
Add vim-surround for wrapping jsx tags and such
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Hanna committed Jul 3, 2019
1 parent bb97157 commit 68e695b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ Plug 'godlygeek/tabular' " align tables
Plug 'reedes/vim-pencil' " text wrapping navigation
Plug 'majutsushi/tagbar' " ctag navigation split
Plug 'lvht/tagbar-markdown' " tagbar markdown support
Plug 'tpope/vim-surround' " git wrapper gblame
" Plug 'jpalardy/vim-slime' " send line text to a REPL
" --- Git and File utility ---
Plug '/usr/local/opt/fzf' " import Homebrew fzf installation
Plug 'junegunn/fzf.vim' " fzf function wrapper
Plug 'junegunn/fzf.vim' " fzf function wrapper
" Plug 'airblade/vim-gitgutter' " gutter for git diff changes
Plug 'tpope/vim-fugitive' " git wrapper gblame
" --- Visuals and syntax ---
Expand Down

0 comments on commit 68e695b

Please sign in to comment.