mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Fix: typo only import telescope condition
This commit is contained in:
parent
7bebc40333
commit
c7181544a1
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue