Fix: typo only import telescope condition

This commit is contained in:
Dung Duc Huynh (Kaka) 2024-06-14 11:27:13 +08:00 committed by GitHub
parent 7bebc40333
commit c7181544a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -307,7 +307,7 @@ return {
{
import = "lazyvim.plugins.extras.editor.telescope",
enabled = function()
return not LazyVim.has_extra("editor.fzf")
return not LazyVim.has_extra("editor.telescope")
end,
},
}