added yanky
This commit is contained in:
@ -18,6 +18,7 @@ return {
|
||||
{ 'dmitmel/cmp-cmdline-history' },
|
||||
{ 'ray-x/cmp-treesitter' },
|
||||
{ 'hrsh7th/cmp-nvim-lsp-signature-help' },
|
||||
{ 'chrisgrieser/cmp_yanky' },
|
||||
{ 'p00f/clangd_extensions.nvim' },
|
||||
{
|
||||
'windwp/nvim-autopairs',
|
||||
@ -102,6 +103,15 @@ return {
|
||||
},
|
||||
{ name = 'nvim_lsp_signature_help', priority = 7 },
|
||||
-- { name = 'treesitter', priority = 6 },
|
||||
{
|
||||
name = 'cmp_yanky',
|
||||
option = {
|
||||
-- only suggest items which match the current filetype
|
||||
onlyCurrentFiletype = false,
|
||||
-- only suggest items with a minimum length
|
||||
minLength = 3,
|
||||
},
|
||||
},
|
||||
{
|
||||
name = 'buffer',
|
||||
priority = 3,
|
||||
|
Reference in New Issue
Block a user