recursive config load

This commit is contained in:
Christian Nieves
2025-03-01 08:55:10 -06:00
parent 3554761a0c
commit e242d6eb56
3 changed files with 8 additions and 7 deletions

View File

@ -5,9 +5,6 @@ return {
{ "nvim-lua/plenary.nvim" },
{ "nvim-treesitter/nvim-treesitter" },
},
config = function()
require("config.refactoring")
end,
-- stylua: ignore
keys = {
-- remap to open the Telescope refactoring menu in visual mode