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'
|
||||
" Black autoformatter for Python
|
||||
Plug 'psf/black', { 'branch': 'stable' }
|
||||
"Surround
|
||||
Plug 'tpope/vim-surround'
|
||||
" Snippets
|
||||
Plug 'SirVer/ultisnips'
|
||||
Plug 'honza/vim-snippets'
|
||||
|
|
Loading…
Add table
Reference in a new issue