summaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
authorAdam <56338480+adastx@users.noreply.github.com>2022-02-12 13:37:08 +0100
committerAdam <56338480+adastx@users.noreply.github.com>2022-02-13 17:35:52 +0100
commitf49b94f47fd2ce37220b17a99e16b2582edc632f (patch)
tree88c17c4b2cce7f2533acd4afa5e1220ab3cad995 /.vim
parent7dba6cc0245aa02ec718308a9828ccff26a3aba4 (diff)
(n)vim: removed unused plugins
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()