New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

coc-unicode

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coc-unicode

unicode source for coc.nvim

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

Coc Unicode

Unicode completion source for coc.nvim.

Install

:CocInstall coc-unicode

Configuration

To 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

Update unicode

To update the dictionary file:

ruby unicodelist.rb

Based on the coc-emoji extension and vim-characterize.

Keywords

coc.nvim

FAQs

Package last updated on 04 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts