mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-26 02:38:38 +02:00
plugins/cmp_yanky: init
This commit is contained in:
parent
c86a0aca63
commit
ffa3020522
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ with lib; rec {
|
||||||
"vim_lsp" = "cmp-vim-lsp";
|
"vim_lsp" = "cmp-vim-lsp";
|
||||||
"vimwiki-tags" = "cmp-vimwiki-tags";
|
"vimwiki-tags" = "cmp-vimwiki-tags";
|
||||||
"vsnip" = "cmp-vsnip";
|
"vsnip" = "cmp-vsnip";
|
||||||
|
"yanky" = "cmp_yanky";
|
||||||
"zsh" = "cmp-zsh";
|
"zsh" = "cmp-zsh";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue