npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

coc-rime

v0.1.4-rc17

Published

Rime input method integration of coc.nvim

Downloads

376

Readme

coc-rime

pre-commit.ci status github/workflow

Rime input method integration of coc.nvim

This extension is created by create-coc-extension

screenshot

Dependencies

# Ubuntu
sudo apt-get -y install pkg-config librime-dev librime1
# ArchLinux
sudo pacman -S pkg-config librime
# Android Termux
apt-get -y install pkg-config librime
# Nix
nix-env -iA nixos.pkg-config nixos.librime
# Brew
brew tap tonyfettes/homebrew-rime
brew install pkg-config rime

Install

" command line
CocInstall coc-rime
" or add the following code to your vimrc
let g:coc_global_extensions = ['coc-rime', 'other coc-plugins']

Commands

  1. rime.enable: enable this source temporarily.
  2. rime.disable: disable this source temporarily.
  3. rime.toggle: temporarily toggle the status of the source.

Lists

You could use CocList to switch between schema.

:CocList rime_schema

User Configuration

  1. rime.enabled: Whether to enable this source.
  2. rime.priority: The priority of this completion source.
  3. rime.schemaId: The schemaId selected when coc-rime start. You could get it from rime_schema list.
  4. rime.priority: Priority of Rime completion source
  5. rime.traits.shared_data_dir: Path(s) where rime data stores
  6. rime.traits.user_data_dir: Path(s) where rime configuration stores
  7. rime.traits.*: More rime traits

License

MIT

Related Projects

IM for vim

本项目希望为不可能使用输入法的环境中提供必要的中文支持:

  • 文本终端。例如在构建 Linux 时添加 cjktty-patches 可以在文本终端显示中文,但在不使用 fbterm 时缺乏输入中文的方法。
  • Android 。受限于 Android 权限机制,不可能在 termux 中获取输入法 APP 的状态以实现:
    • 退出插入模式时恢复英文输入模式
    • 进入插入模式时恢复上一次退出插入模式时的中、英文输入模式

Rime frontends

See here.