From 6afcee49783f6a031f2542bd7fca84d9aa06b8c2 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Fri, 17 Apr 2026 10:53:06 +0100 Subject: fix: remove redundant config function from refactoring.nvim Both opts = {} and config calling setup({}) existed. The config function overrides opts entirely, making opts a no-op. Keep only opts = {} since lazy.nvim calls setup() automatically with opts. --- home/.config/nvim/lua/custom/plugins/init.lua | 4 ---- 1 file changed, 4 deletions(-) (limited to 'home') diff --git a/home/.config/nvim/lua/custom/plugins/init.lua b/home/.config/nvim/lua/custom/plugins/init.lua index a394b91..3ddc92e 100644 --- a/home/.config/nvim/lua/custom/plugins/init.lua +++ b/home/.config/nvim/lua/custom/plugins/init.lua @@ -391,10 +391,6 @@ return { }, }, opts = {}, - config = function() - local refactoring = require("refactoring") - refactoring.setup({}) - end, }, { "folke/which-key.nvim", -- cgit v1.2.3-70-g09d2