1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-27 20:51:05 +01:00

plugins/cmp_yanky: init

This commit is contained in:
Daniel 2024-04-05 22:39:08 +01:00 committed by Gaétan Lepage
parent c86a0aca63
commit ffa3020522

View file

@ -62,6 +62,7 @@ with lib; rec {
"vim_lsp" = "cmp-vim-lsp";
"vimwiki-tags" = "cmp-vimwiki-tags";
"vsnip" = "cmp-vsnip";
"yanky" = "cmp_yanky";
"zsh" = "cmp-zsh";
};