mirror of
https://github.com/nix-community/nixvim.git
synced 2026-09-25 07:49:51 -05:00
plugins/zk: add snacks_picker
This commit is contained in:
@@ -47,9 +47,10 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
||||
"fzf_lua"
|
||||
"minipick"
|
||||
"telescope"
|
||||
"snacks_picker"
|
||||
]
|
||||
''
|
||||
It is recommended to use `"telescope"`, `"fzf"`, `"fzf_lua"`, or `"minipick"`.
|
||||
It is recommended to use `"telescope"`, `"fzf"`, `"fzf_lua"`, `"minipick"` or `"snacks_picker"`.
|
||||
'';
|
||||
|
||||
lsp = {
|
||||
|
||||
Reference in New Issue
Block a user