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