Skip to content

Commit

Permalink
[neovim] Added telescope-fzf-native as a dependency of telescope
Browse files Browse the repository at this point in the history
  • Loading branch information
missingcharacter committed Dec 10, 2024
1 parent 5079712 commit ea4678d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nvim/lua/missingcharacter/lazy/telescope.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
return {
"nvim-telescope/telescope.nvim",
branch = "0.1.x",
dependencies = { "nvim-lua/plenary.nvim" },
dependencies = {
"nvim-lua/plenary.nvim",
{ "nvim-telescope/telescope-fzf-native.nvim", build = "make" },
},
config = function()
require("telescope").load_extension("noice")
local builtin = require("telescope.builtin")
Expand Down

0 comments on commit ea4678d

Please sign in to comment.