summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 9c4915f..eb3de67 100644
--- a/.vimrc
+++ b/.vimrc
@@ -3,6 +3,7 @@ call plug#begin('~/.vim/plugged')
Plug 'tpope/vim-fugitive'
Plug 'tpope/vim-surround'
Plug 'tpope/vim-repeat'
+ Plug 'tpope/vim-commentary'
Plug 'mhinz/vim-startify'
call plug#end()