summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/nvim/lua/plugins.lua4
-rw-r--r--.vim/vimrc4
2 files changed, 4 insertions, 4 deletions
diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua
index 485dfb5..4ca29bb 100644
--- a/.config/nvim/lua/plugins.lua
+++ b/.config/nvim/lua/plugins.lua
@@ -2,9 +2,9 @@ local use = require('packer').use
require('packer').startup(function()
use 'wbthomason/packer.nvim'
use 'romgrk/doom-one.vim'
- use 'tpope/vim-fugitive'
+ -- use 'tpope/vim-fugitive'
use 'tpope/vim-surround'
- use 'tpope/vim-repeat'
+ -- use 'tpope/vim-repeat'
use 'b3nj5m1n/kommentary'
use 'williamboman/nvim-lsp-installer'
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()