-
-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
I use lazyvim to manage plugins, and add telescope-fzf-native.nvim in the config file as described in Readme, like this
{
'nvim-telescope/telescope-fzf-native.nvim', build = 'make',
config = function()
require("telescope").load_extension("fzf")
end,
},
the lazyvim manage to download and compile the plugin. However, when I use telescope to search file or symbols, the nvim will freeze or crash without any information.
Metadata
Metadata
Assignees
Labels
No labels