diff options
Diffstat (limited to '')
-rw-r--r-- | .vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc index 89798357..d7d47704 100644 --- a/.vimrc +++ b/.vimrc @@ -165,6 +165,7 @@ Plug 'sickill/vim-pasta' Plug 'tpope/vim-commentary' Plug 'tpope/vim-markdown' Plug 'tpope/vim-ragtag' +Plug 'tpope/vim-surround' call plug#end() |