fix: disable telescope

This commit is contained in:
Folke Lemaitre 2024-06-10 21:57:28 +02:00
parent 31c40573db
commit 2b3bd6c013
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -23,10 +23,7 @@ end
return {
{
"nvim-telescope/telescope.nvim",
enabled = true,
keys = function()
return {}
end,
enabled = false,
},
{
"ibhagwan/fzf-lua",