coc-conjure-olical
v0.3.3
Published
conjure source for coc.nvim (dev branch)
Downloads
5
Readme
coc-conjure
Conjure completion support for coc.nvim.
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:
In
coc-conjure-olical
directoy runyarn link
In CoC extensions directory (
~/.config/coc/extensions
by default) runyarn link "coc-conjure-olical"
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']
To see log messages execute:
:CocOpenLog
For debugging, open chrome://inspect/
in chrome