From 086682194b5a6cb4b5cbbe86c7cef39e1f92acb1 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 28 Apr 2026 21:33:20 +0100 Subject: [PATCH] Refactor causing issues --- lua/plugins/refactor.lua | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lua/plugins/refactor.lua b/lua/plugins/refactor.lua index 7daba6c..8b7ddf4 100644 --- a/lua/plugins/refactor.lua +++ b/lua/plugins/refactor.lua @@ -1,9 +1,9 @@ -return { - "ThePrimeagen/refactoring.nvim", - dependencies = { - "nvim-lua/plenary.nvim", - "nvim-treesitter/nvim-treesitter", - }, - lazy = false, - opts = {}, +return { + -- "ThePrimeagen/refactoring.nvim", + -- dependencies = { + -- "nvim-lua/plenary.nvim", + -- "nvim-treesitter/nvim-treesitter", + -- }, + -- lazy = false, + -- opts = {}, }