From f49b94f47fd2ce37220b17a99e16b2582edc632f Mon Sep 17 00:00:00 2001 From: Adam <56338480+adastx@users.noreply.github.com> Date: Sat, 12 Feb 2022 13:37:08 +0100 Subject: (n)vim: removed unused plugins --- .config/nvim/lua/plugins.lua | 4 ++-- .vim/vimrc | 4 ++-- 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() -- cgit v1.2.3-70-g09d2