[nvim] fix: fzf + grep finders for telescope
This commit is contained in:
parent
5e72601047
commit
ad7f073614
@ -36,13 +36,13 @@ return require("packer").startup(function()
|
|||||||
"nvim-telescope/telescope.nvim",
|
"nvim-telescope/telescope.nvim",
|
||||||
opt = true,
|
opt = true,
|
||||||
requires = {
|
requires = {
|
||||||
{
|
|
||||||
"nvim-lua/popup.nvim",
|
|
||||||
opt = true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"nvim-lua/plenary.nvim",
|
"nvim-lua/plenary.nvim",
|
||||||
opt = true
|
opt = true
|
||||||
|
},
|
||||||
|
{'nvim-telescope/telescope-fzf-native.nvim',
|
||||||
|
opt = true,
|
||||||
|
run = 'make'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
cmd = "Telescope"
|
cmd = "Telescope"
|
||||||
@ -70,7 +70,8 @@ return require("packer").startup(function()
|
|||||||
requires = {
|
requires = {
|
||||||
{
|
{
|
||||||
"L3MON4D3/LuaSnip",
|
"L3MON4D3/LuaSnip",
|
||||||
config = function() require("plugin.luasnip") end
|
config = function()
|
||||||
|
require("plugin.luasnip") end
|
||||||
},
|
},
|
||||||
"saadparwaiz1/cmp_luasnip",
|
"saadparwaiz1/cmp_luasnip",
|
||||||
"hrsh7th/cmp-nvim-lsp",
|
"hrsh7th/cmp-nvim-lsp",
|
||||||
|
Reference in New Issue
Block a user