diff options
Diffstat (limited to '.vim')
-rw-r--r-- | .vim/vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ call plug#begin('~/.vim/plugged') Plug 'romgrk/doom-one.vim' - Plug 'tpope/vim-fugitive' + " Plug 'tpope/vim-fugitive' Plug 'tpope/vim-surround' - Plug 'tpope/vim-repeat' + " Plug 'tpope/vim-repeat' Plug 'tpope/vim-commentary' call plug#end() |