Unicode completion source for coc.nvim.
:CocInstall coc-unicodeTo complete unicode source, type uc- as trigger pattern.
It is also possible to change the unicode trigger pattern by putting
"coc.source.unicode.triggerPatterns": ["TRIGGERPATTERN"] in your coc-settings.json
By default this source is only activated for markdown file, you can add other filetype by putting
"coc.source.unicode.filetypes": ["FILETYPE1", "FILETYPE2"] in your coc-settings.json
To update the dictionary file:
ruby unicodelist.rbBased on the coc-emoji extension and vim-characterize.