mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-26 18:59:00 +02:00
refactor(edgy): make telescope optional
This commit is contained in:
parent
9357ea2881
commit
9a4b9aa804
1 changed files with 1 additions and 0 deletions
|
@ -121,6 +121,7 @@ return {
|
|||
-- use edgy's selection window
|
||||
{
|
||||
"nvim-telescope/telescope.nvim",
|
||||
optional = true,
|
||||
opts = {
|
||||
defaults = {
|
||||
get_selection_window = function()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue