From ae03454361bb9e50a509823a1587fbb2dd88d3c8 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 13 May 2026 13:43:09 +0100 Subject: refactor(nvim): drop refactoring.nvim MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upstream broke itself today by adding require('async') without shipping lua/async.lua. I never use these mappings anyway. Removed the plugin spec, setup call, r* keymaps, and the which-key group entry. plenary.nvim stays — neogit still depends on it. Run :PackClean afterwards to prune the on-disk plugin. --- dot_config/nvim/init.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'dot_config/nvim/init.lua') diff --git a/dot_config/nvim/init.lua b/dot_config/nvim/init.lua index cc5d113..32873d3 100644 --- a/dot_config/nvim/init.lua +++ b/dot_config/nvim/init.lua @@ -56,7 +56,6 @@ vim.pack.add({ gh("kylechui/nvim-surround"), gh("chrisgrieser/nvim-various-textobjs"), gh("monaqa/dial.nvim"), - gh("ThePrimeagen/refactoring.nvim"), gh("nvim-lua/plenary.nvim"), -- Git -- cgit v1.3.1