[nvim] feat: Telescope is default
This commit is contained in:
parent
b38d33a09b
commit
b2c50db804
@ -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
|
||||||
|
Reference in New Issue
Block a user