mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-30 12:34:37 +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 {
|
return {
|
||||||
{
|
{
|
||||||
"nvim-telescope/telescope.nvim",
|
"nvim-telescope/telescope.nvim",
|
||||||
enabled = true,
|
enabled = false,
|
||||||
keys = function()
|
|
||||||
return {}
|
|
||||||
end,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ibhagwan/fzf-lua",
|
"ibhagwan/fzf-lua",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue