Compare commits
No commits in common. "6aad5471f47763270f4486becdfe1d04eff1d317" and "c7d2e6d733a8dd1297a64abf1f52967a73f66e55" have entirely different histories.
6aad5471f4
...
c7d2e6d733
@ -1,14 +1,14 @@
|
|||||||
return {
|
return {
|
||||||
|
|
||||||
-- add telescope-fzf-native
|
-- add telescope-fzf-native
|
||||||
"nvim-telescope/telescope.nvim",
|
{
|
||||||
keys = {
|
"nvim-telescope/telescope.nvim",
|
||||||
{ "<leader><space>", "<cmd>Telescope find_files<cr>", desc = "Find Files" },
|
dependencies = {
|
||||||
},
|
"nvim-telescope/telescope-fzf-native.nvim",
|
||||||
dependencies = {
|
build = "make",
|
||||||
"nvim-telescope/telescope-fzf-native.nvim",
|
config = function()
|
||||||
build = "make",
|
require("telescope").load_extension("fzf")
|
||||||
config = function()
|
end,
|
||||||
require("telescope").load_extension("fzf")
|
},
|
||||||
end,
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user