[nvim] nvim: actually use fzf extension
This commit is contained in:
parent
791919d058
commit
3c7f8a29a7
@ -64,8 +64,11 @@ return require("packer").startup(function()
|
|||||||
{
|
{
|
||||||
"nvim-telescope/telescope-fzf-native.nvim",
|
"nvim-telescope/telescope-fzf-native.nvim",
|
||||||
run = "make"
|
run = "make"
|
||||||
}
|
|
||||||
},
|
},
|
||||||
|
},
|
||||||
|
config = function()
|
||||||
|
require("telescope").load_extension("fzf")
|
||||||
|
end
|
||||||
}
|
}
|
||||||
|
|
||||||
-- LSP
|
-- LSP
|
||||||
|
Reference in New Issue
Block a user