coc-omni

1.2.4 • Public • Published

coc-omni

Omni completion plugin for coc.nvim

Using omni completion in coc.nvim is not recommended, it will block vim on completion.

Don't enable this source for filetypes that you're using language server for completion.

Install

In your vim/neovim, run command:

:CocInstall coc-omni

Configuration

  • coc.source.omni.enable enable omni completion, default true.
  • coc.source.omni.priority priority of omni source, default: 3.
  • coc.source.omni.shortcut shortcut of omni source, default: "O".
  • coc.source.omni.filetypes filetype list to enable omni source, default: []

F.A.Q

Q: This extension not working.

A: Make sure current filetype is included in coc.source.omni.filetypes section of your coc-settings.json, then make sure omnifunc is specified for current buffer by command: :echo &omnifunc.

LICENSE

MIT

Readme

Keywords

Package Sidebar

Install

npm i coc-omni

Weekly Downloads

2

Version

1.2.4

License

MIT

Unpacked Size

4.26 kB

Total Files

3

Last publish

Collaborators

  • chemzqm