refactor(edgy): make telescope optional

This commit is contained in:
Folke Lemaitre 2023-10-09 20:16:02 +02:00
parent 9357ea2881
commit 9a4b9aa804
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -121,6 +121,7 @@ return {
-- use edgy's selection window -- use edgy's selection window
{ {
"nvim-telescope/telescope.nvim", "nvim-telescope/telescope.nvim",
optional = true,
opts = { opts = {
defaults = { defaults = {
get_selection_window = function() get_selection_window = function()