indent fixes

This commit is contained in:
Rubin Bhandari 2024-05-12 21:06:36 +05:45 committed by GitHub
parent ab5a35f4b9
commit fad13b6e8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -116,10 +116,10 @@ return {
config = function(_, opts)
require("refactoring").setup(opts)
if LazyVim.has("telescope.nvim") then
LazyVim.on_load("telescope.nvim", function()
require("telescope").load_extension("refactoring")
end)
end
LazyVim.on_load("telescope.nvim", function()
require("telescope").load_extension("refactoring")
end)
end
end,
},
}