[nvim] feat: Telescope is default

This commit is contained in:
David JULIEN 2022-04-27 20:07:09 +02:00
parent b38d33a09b
commit b2c50db804
1 changed files with 0 additions and 4 deletions

View File

@ -41,18 +41,14 @@ return require("packer").startup(function()
-- fuzzy finder -- fuzzy finder
use { use {
"nvim-telescope/telescope.nvim", "nvim-telescope/telescope.nvim",
opt = true,
requires = { requires = {
{ {
"nvim-lua/plenary.nvim", "nvim-lua/plenary.nvim",
opt = true
}, },
{'nvim-telescope/telescope-fzf-native.nvim', {'nvim-telescope/telescope-fzf-native.nvim',
opt = true,
run = 'make' run = 'make'
} }
}, },
cmd = "Telescope"
} }
-- LSP -- LSP