Refactor causing issues

This commit is contained in:
2026-04-28 21:33:20 +01:00
parent 96ddb7a611
commit 086682194b
+7 -7
View File
@@ -1,9 +1,9 @@
return { return {
"ThePrimeagen/refactoring.nvim", -- "ThePrimeagen/refactoring.nvim",
dependencies = { -- dependencies = {
"nvim-lua/plenary.nvim", -- "nvim-lua/plenary.nvim",
"nvim-treesitter/nvim-treesitter", -- "nvim-treesitter/nvim-treesitter",
}, -- },
lazy = false, -- lazy = false,
opts = {}, -- opts = {},
} }