Skip to content

Commit

Permalink
docs(readme): add build commands to telescope-fzf-native (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaSolOs authored Nov 11, 2024
1 parent 2814b60 commit 4714dae
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@ https://github.com/Bekaboo/dropbar.nvim/assets/76579810/e8c1ac26-0321-4762-9975-
'Bekaboo/dropbar.nvim',
-- optional, but required for fuzzy finder support
dependencies = {
'nvim-telescope/telescope-fzf-native.nvim'
'nvim-telescope/telescope-fzf-native.nvim',
build = 'make'
}
}
})
Expand All @@ -187,7 +188,8 @@ https://github.com/Bekaboo/dropbar.nvim/assets/76579810/e8c1ac26-0321-4762-9975-
use({
'Bekaboo/dropbar.nvim',
requires = {
'nvim-telescope/telescope-fzf-native.nvim'
'nvim-telescope/telescope-fzf-native.nvim',
run = 'make'
}
})
end)
Expand Down

0 comments on commit 4714dae

Please sign in to comment.