feat: change vim-commentary to the tpope

server
iGor milhit 2017-11-20 05:38:37 +01:00
parent fa7300b1ab
commit c090b469d3
No known key found for this signature in database
GPG Key ID: 3E9D7C1605E40FCD
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ Plug 'https://github.com/Rykka/InstantRst'
Plug 'https://github.com/davidhalter/jedi-vim' " warning, may conflicts with python-mode Plug 'https://github.com/davidhalter/jedi-vim' " warning, may conflicts with python-mode
Plug 'https://github.com/nvie/vim-flake8.git' Plug 'https://github.com/nvie/vim-flake8.git'
Plug 'https://github.com/kien/ctrlp.vim' Plug 'https://github.com/kien/ctrlp.vim'
Plug 'https://github.com/tomtom/tcomment_vim' Plug 'https://github.com/tpope/vim-commentary'
call plug#end() call plug#end()