1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

vim: add vim-commentary for easy comments

This commit is contained in:
Joe Groocock 2018-03-30 14:44:49 +01:00
parent 9a37bbb4c1
commit eb16166873
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -79,6 +79,7 @@ Plugin 'tpope/vim-rhubarb'
Plugin 'tpope/vim-abolish'
Plugin 'tpope/vim-surround'
Plugin 'tpope/vim-repeat'
Plugin 'tpope/vim-commentary'
Plugin 'majutsushi/tagbar'
Plugin 'airblade/vim-gitgutter'
Plugin 'ryanoasis/vim-devicons'