Improve telescope.nvim dependency declaration
This commit is contained in:
parent
5e907f38a1
commit
dafba0a766
1 changed files with 1 additions and 1 deletions
|
|
@ -273,7 +273,7 @@ return {
|
|||
},
|
||||
{
|
||||
"nvim-telescope/telescope.nvim",
|
||||
dependencies = { "nvim-lua/plenary.nvim", "nvim-telescope/telescope-fzf-native.nvim" },
|
||||
dependencies = { "nvim-lua/plenary.nvim", { 'nvim-telescope/telescope-fzf-native.nvim', build = 'make' } },
|
||||
config = function()
|
||||
require("telescope").load_extension("fzf")
|
||||
local builtin = require("telescope.builtin")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue