Add vim-surround
This commit is contained in:
parent
74b5714cd4
commit
7a13b1af2d
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@ Plug 'nvie/vim-flake8'
|
||||||
Plug 'dense-analysis/ale'
|
Plug 'dense-analysis/ale'
|
||||||
" Black autoformatter for Python
|
" Black autoformatter for Python
|
||||||
Plug 'psf/black', { 'branch': 'stable' }
|
Plug 'psf/black', { 'branch': 'stable' }
|
||||||
|
"Surround
|
||||||
|
Plug 'tpope/vim-surround'
|
||||||
" Snippets
|
" Snippets
|
||||||
Plug 'SirVer/ultisnips'
|
Plug 'SirVer/ultisnips'
|
||||||
Plug 'honza/vim-snippets'
|
Plug 'honza/vim-snippets'
|
||||||
|
|
Loading…
Add table
Reference in a new issue