coc-conjure-olical

0.3.3 • Public • Published

coc-conjure

Conjure completion support for coc.nvim.

NPM version code style: prettier

Install

In your init.nvim, add it to your list of coc extensions:

let g:coc_global_extensions = ['coc-conjure-olical']

Alternatively, in your vim/neovim, run command:

:CocInstall coc-conjure-olical

Development

Link the package to the CoC project:

  1. In coc-conjure-olical directoy run yarn link

  2. In CoC extensions directory (~/.config/coc/extensions by default) run yarn link "coc-conjure-olical"

  3. For debugging and auto-reload, add to your init.vim:

    let g:coc_node_args = ['--nolazy', '--inspect-brk=6045']
    let g:coc_watch_extensions = ['coc-conjure-olical']
  4. To see log messages execute: :CocOpenLog

For debugging, open chrome://inspect/ in chrome

Readme

Keywords

Package Sidebar

Install

npm i coc-conjure-olical

Weekly Downloads

0

Version

0.3.3

License

MIT

Unpacked Size

4.46 kB

Total Files

4

Last publish

Collaborators

  • olical