The Wayback Machine - https://web.archive.org/web/20220424220036/https://github.com/topics/nvim-cmp
Skip to content
#

nvim-cmp

Here are 73 public repositories matching this topic...

tkkcc
tkkcc commented Dec 8, 2021

Hi,

It seems this plugin doesn't support multibyte charactor, for example 图片。I tried modifying

function source:get_keyword_pattern()
  return [[\w\+]]
end

to [[\k\+]], but failed.

Currently, multibyte charactor is support in buffer source using

sources = cmp.config.sources({
  {name = 'snippy'}, {name = 'nvim_lsp'},
  {name = 'buffer', option = { keyword_pa
enhancement help wanted good first issue

Improve this page

Add a description, image, and links to the nvim-cmp topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nvim-cmp topic, visit your repo's landing page and select "manage topics."

Learn more