File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ https://user-images.githubusercontent.com/12272702/175755866-62be0b6c-31b2-4f45-
30
30
### Required
31
31
32
32
- [ Plenary] ( https://github.com/nvim-lua/plenary.nvim )
33
- - [ Telescope] ( https://github.com/nvim-telescope/telescope.nvim )
34
33
35
34
### Optional
36
35
37
36
- [ 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 )
38
38
39
39
## Installation
40
40
@@ -45,7 +45,9 @@ https://user-images.githubusercontent.com/12272702/175755866-62be0b6c-31b2-4f45-
45
45
" Massolari/forem.nvim" ,
46
46
dependencies = {
47
47
" nvim-lua/plenary.nvim" ,
48
- " nvim-telescope/telescope.nvim" ,
48
+ -- Optional
49
+ -- "nvim-telescope/telescope.nvim",
50
+ -- or :ibhagwan/fzf-lua
49
51
" rcarriga/nvim-notify"
50
52
}
51
53
}
58
60
" Massolari/forem.nvim" ,
59
61
requires = {
60
62
" nvim-lua/plenary.nvim" ,
61
- " nvim-telescope/telescope.nvim" ,
63
+ -- Optional
64
+ -- "nvim-telescope/telescope.nvim",
65
+ -- or :ibhagwan/fzf-lua
62
66
" rcarriga/nvim-notify"
63
67
}
64
68
}
You can’t perform that action at this time.
0 commit comments