0.5.0 • Published 3 years ago

coc-nextword v0.5.0

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

coc-nextword

nextword extension for coc.nvim

npm.io

Install

  1. Install nextword. Note: you can use bundled nextword.wasm instead, see nextword.wasm.
  2. Download nextword dataset
  3. Set $NEXTWORD_DATA_PATH: export NEXTWORD_DATA_PATH=/path/to/nextword-data
  4. :CocInstall coc-nextword

Configurations

  • nextword.filetypes: filetypes that enable nextword, defaults ["text", "help", "markdown", "gitcommit"]
  • nextword.dataPath: custom path of nextword dataset, will override $NEXTWORD_DATA_PATH
  • nextword.count: max candidates word number, defaults 10
  • nextword.greedy: show as many results as possible, defaults true
  • nextword.wasm: use bundled WebAssembly version nextword, this means you don't need to install nextword by Go, defaults false. In my tests, nextword.go takes 20-30ms to do suggesting, nextword.wasm takes 80-100ms.

License

MIT


This extension is created by create-coc-extension

0.5.0

3 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago

0.0.1

4 years ago