Skip to content

Commit 405ff4a

Browse files
committed
docs: update dependencies
1 parent eaf2e92 commit 405ff4a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ https://user-images.githubusercontent.com/12272702/175755866-62be0b6c-31b2-4f45-
3030
### Required
3131

3232
- [Plenary](https://github.com/nvim-lua/plenary.nvim)
33-
- [Telescope](https://github.com/nvim-telescope/telescope.nvim)
3433

3534
### Optional
3635

3736
- [Notify](https://github.com/rcarriga/nvim-notify)
37+
- [Telescope](https://github.com/nvim-telescope/telescope.nvim) or [fzf-lua](https://github.com/ibhagwan/fzf-lua)
3838

3939
## Installation
4040

@@ -45,7 +45,9 @@ https://user-images.githubusercontent.com/12272702/175755866-62be0b6c-31b2-4f45-
4545
"Massolari/forem.nvim",
4646
dependencies = {
4747
"nvim-lua/plenary.nvim",
48-
"nvim-telescope/telescope.nvim",
48+
-- Optional
49+
-- "nvim-telescope/telescope.nvim",
50+
-- or :ibhagwan/fzf-lua
4951
"rcarriga/nvim-notify"
5052
}
5153
}
@@ -58,7 +60,9 @@ use {
5860
"Massolari/forem.nvim",
5961
requires = {
6062
"nvim-lua/plenary.nvim",
61-
"nvim-telescope/telescope.nvim",
63+
-- Optional
64+
-- "nvim-telescope/telescope.nvim",
65+
-- or :ibhagwan/fzf-lua
6266
"rcarriga/nvim-notify"
6367
}
6468
}

0 commit comments

Comments
 (0)