drop fzf-native

This commit is contained in:
Daylin Morgan 2023-05-04 12:26:33 -05:00
parent e059b1f38a
commit 2f0e8a46c3
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -24,19 +24,6 @@ return {
opts.sources = cmp.config.sources(vim.list_extend(opts.sources, { { name = "emoji" } }))
end,
},
-- add telescope-fzf-native
-- do I need this tho? maybe the native is faster?
{
"telescope.nvim",
dependencies = {
"nvim-telescope/telescope-fzf-native.nvim",
build = "make",
config = function()
require("telescope").load_extension("fzf")
end,
},
},
{
"williamboman/mason.nvim",
opts = {