From 2eb67cf3402064c07ebaaad409b1cdf446b5f24d Mon Sep 17 00:00:00 2001 From: rootiest Date: Sat, 28 Dec 2024 18:49:11 -0500 Subject: [PATCH] remove unused plugins --- lua/plugins/util.lua | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lua/plugins/util.lua b/lua/plugins/util.lua index 68aed1d..626cff6 100644 --- a/lua/plugins/util.lua +++ b/lua/plugins/util.lua @@ -40,12 +40,6 @@ return { dependencies = require('data.deps').gx, config = true, }, - { -- Ripgrep substitute - 'chrisgrieser/nvim-rip-substitute', - event = 'InsertEnter', - cmd = require('data.cmd').ripsub, - keys = require('data.keys').ripsub, - }, { -- Unception 'samjwill/nvim-unception', init = function()