[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",
|
||||
opt = true,
|
||||
requires = {
|
||||
{
|
||||
"nvim-lua/popup.nvim",
|
||||
opt = true
|
||||
},
|
||||
{
|
||||
"nvim-lua/plenary.nvim",
|
||||
opt = true
|
||||
},
|
||||
{'nvim-telescope/telescope-fzf-native.nvim',
|
||||
opt = true,
|
||||
run = 'make'
|
||||
}
|
||||
},
|
||||
cmd = "Telescope"
|
||||
@ -70,7 +70,8 @@ return require("packer").startup(function()
|
||||
requires = {
|
||||
{
|
||||
"L3MON4D3/LuaSnip",
|
||||
config = function() require("plugin.luasnip") end
|
||||
config = function()
|
||||
require("plugin.luasnip") end
|
||||
},
|
||||
"saadparwaiz1/cmp_luasnip",
|
||||
"hrsh7th/cmp-nvim-lsp",
|
||||
|
Reference in New Issue
Block a user