Refactor added
This commit is contained in:
parent
3c296e858c
commit
451718043a
2 changed files with 42 additions and 0 deletions
10
init.lua
10
init.lua
|
|
@ -171,6 +171,16 @@ require('lazy').setup({
|
|||
end,
|
||||
},
|
||||
},
|
||||
config = function()
|
||||
-- load refactoring Telescope extension
|
||||
require("telescope").load_extension("refactoring")
|
||||
|
||||
vim.keymap.set(
|
||||
{ "n", "x" },
|
||||
"<leader>rr",
|
||||
function() require('telescope').extensions.refactoring.refactors() end
|
||||
)
|
||||
end,
|
||||
},
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue