GitXplorerGitXplorer
j

coc-conjure

public
33 stars
3 forks
6 issues

Commits

List of commits on branch master.
Unverified
da1ba7e91989f6643730b0a2e20498284830e4fe

Clean up completions

NNoahTheDuke committed 8 months ago
Verified
921ae16a8c137db8b4709f1b54d6c8e3a2f3546d

Update Changelog

jjlesquembre committed 3 years ago
Unverified
9be7d2e5b43769c83100a8f29abbcb32de9df6aa

Support latest coc.nvim with function name change

ddharrigan committed 3 years ago
Verified
03d9e0ba2ba06cdfc787d1351dbd7237c4ebcaa3

Merge pull request #12 from cherryramatis/master

jjlesquembre committed 4 years ago
Verified
9e25b0b7bda2a919edb483f491ed9d05699858a8

add fennel option to completion using aniseed

committed 4 years ago
Verified
25e672e32deaaf06c06951c5961560ac9b4e322d

Display more info about items

jjlesquembre committed 4 years ago

README

The README file for this repository.

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