mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-29 20:14:36 +02:00
fix: disable telescope
This commit is contained in:
parent
31c40573db
commit
2b3bd6c013
1 changed files with 1 additions and 4 deletions
|
@ -23,10 +23,7 @@ end
|
|||
return {
|
||||
{
|
||||
"nvim-telescope/telescope.nvim",
|
||||
enabled = true,
|
||||
keys = function()
|
||||
return {}
|
||||
end,
|
||||
enabled = false,
|
||||
},
|
||||
{
|
||||
"ibhagwan/fzf-lua",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue