init
This commit is contained in:
11
nvim/lua/plugins/extras/editor/telescope/lazy.lua
Normal file
11
nvim/lua/plugins/extras/editor/telescope/lazy.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
return {
|
||||
"tsakirist/telescope-lazy.nvim",
|
||||
config = function()
|
||||
LazyVim.on_load("telescope.nvim", function()
|
||||
require("telescope").load_extension("lazy")
|
||||
end)
|
||||
end,
|
||||
keys = {
|
||||
{ "<leader>sp", "<cmd>Telescope lazy<CR>", desc = "Plugins (Lazy)" },
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user