Skip to content

Commit 3b6b4b8

Browse files
authored
docs: clarify requirements
1 parent a862b04 commit 3b6b4b8

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,10 @@ Automagical editing and creation of snippets.
7979
- nvim 0.10+
8080
- Snippets saved in the [VSCode-style snippet
8181
format](#introduction-to-the-vscode-style-snippet-format).
82-
- [telescope](https://github.com/nvim-telescope/telescope.nvim) OR
83-
[snacks.nvim](https://github.com/folke/snacks.nvim) OR
84-
([dressing.nvim](http://github.com/stevearc/dressing.nvim) AND
85-
[fzf-lua](https://github.com/ibhagwan/fzf-lua)).
86-
* Note that snippet previews only work when using `telescope` or `snacks`.
82+
- *Recommended*: [telescope](https://github.com/nvim-telescope/telescope.nvim)
83+
OR [snacks.nvim](https://github.com/folke/snacks.nvim). Without
84+
one of them, the plugin falls back to `vim.ui.select`, which still
85+
works but lacks search and snippet previews.
8786
- A snippet engine that can load VSCode-style snippets, such as:
8887
* [LuaSnip](https://github.com/L3MON4D3/LuaSnip)
8988
* [mini.snippets](https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-snippets.md)
@@ -183,7 +182,6 @@ work.
183182
<!-- LTeX: enabled=true -->
184183

185184
```lua
186-
-- NOTE: this requires `nvim-lspconfig` as additional dependency
187185
require("lspconfig").basics_ls.setup({
188186
settings = {
189187
snippet = {

0 commit comments

Comments
 (0)