mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
plugins/zk: add snacks_picker
This commit is contained in:
parent
d15f5e6f42
commit
ee9655637c
1 changed files with 2 additions and 1 deletions
|
@ -47,9 +47,10 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
||||||
"fzf_lua"
|
"fzf_lua"
|
||||||
"minipick"
|
"minipick"
|
||||||
"telescope"
|
"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 = {
|
lsp = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue