diff options
author | adamstuck <adam.moloney.stuck@gmail.com> | 2022-02-12 13:37:08 +0100 |
---|---|---|
committer | adamstuck <adam.moloney.stuck@gmail.com> | 2022-02-12 13:37:08 +0100 |
commit | 592bfc7b43cfe0b4a5c5cb814b8ae9b5352ab670 (patch) | |
tree | bcfaf0f6f09318523c2734e9aa7a228b843bc31f /.vim/vimrc | |
parent | e3043252c98a675e0497918e071b6a30a20a314f (diff) |
(n)vim: removed unused plugins
Diffstat (limited to '.vim/vimrc')
-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() |