mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
indent fixes
This commit is contained in:
parent
ab5a35f4b9
commit
fad13b6e8b
1 changed files with 4 additions and 4 deletions
|
|
@ -116,10 +116,10 @@ return {
|
||||||
config = function(_, opts)
|
config = function(_, opts)
|
||||||
require("refactoring").setup(opts)
|
require("refactoring").setup(opts)
|
||||||
if LazyVim.has("telescope.nvim") then
|
if LazyVim.has("telescope.nvim") then
|
||||||
LazyVim.on_load("telescope.nvim", function()
|
LazyVim.on_load("telescope.nvim", function()
|
||||||
require("telescope").load_extension("refactoring")
|
require("telescope").load_extension("refactoring")
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue