diff options
| author | 2026-05-13 13:43:09 +0100 | |
|---|---|---|
| committer | 2026-05-13 13:43:09 +0100 | |
| commit | ae03454361bb9e50a509823a1587fbb2dd88d3c8 (patch) | |
| tree | ad8431b8b1d980b6d294e7a9dde95db784eed4d1 /dot_config/nvim/init.lua | |
| parent | 2f8796ea38d9b463eededd0bbce9af291c086e7b (diff) | |
| download | dotfiles-ae03454361bb9e50a509823a1587fbb2dd88d3c8.tar.gz dotfiles-ae03454361bb9e50a509823a1587fbb2dd88d3c8.tar.bz2 dotfiles-ae03454361bb9e50a509823a1587fbb2dd88d3c8.zip | |
refactor(nvim): drop refactoring.nvim
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, <leader>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.
Diffstat (limited to 'dot_config/nvim/init.lua')
| -rw-r--r-- | dot_config/nvim/init.lua | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
