summaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim')
-rw-r--r--.vim/vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.vim/vimrc b/.vim/vimrc
index 18fe768..1ba6be9 100644
--- a/.vim/vimrc
+++ b/.vim/vimrc
@@ -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()