3.0.3 • Published 6 days ago

coc-conjure v3.0.3

Weekly downloads
32
License
MIT
Repository
github
Last release
6 days ago

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']

Alternatively, in your vim/neovim, run command:

:CocInstall coc-conjure

Development

Link the package to the CoC project:

  1. In coc-conjure directoy run npm link
  2. In CoC extensions directory (~/.config/coc/extensions by default) run npm link "coc-conjure".
  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']
  4. To see log messages execute: :CocOpenLog

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

3.0.3

6 days ago

3.0.2

2 years ago

3.0.1

4 years ago

3.0.0

4 years ago

0.2.3-beta.0

4 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago