conjure

:neovim:+:clj: https://github.com/Olical/conjure - If you're enjoying Conjure and want to say thanks: https://github.com/users/Olical/sponsorship :smile: (alt https://conjure.fun/discord)
skalangrinsson 2020-08-04T15:08:55.117400Z

Hi, I'm trying to use coc-conjure for autocompletion, but I only get the current buffer completion, not the REPL. Any of you had this problem? I'm using this init:

call plug#begin(stdpath('data') . '/plugged')
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'Olical/conjure', {'tag': 'v4.2.0'}

call plug#end()

let g:coc_global_extensions = ['coc-conjure']
let g:float_preview#docked = 0
let g:float_preview#max_width = 80
let g:float_preview#max_height = 40

" Colors
highlight NormalFloat ctermbg=black guibg=blue

Olical 2020-08-05T10:31:08.121900Z

Nice well done! nREPL 0.8 added some basic completion without CIDER too which I'll be hooking into eventually.

skalangrinsson 2020-08-04T16:18:19.117600Z

like this

skalangrinsson 2020-08-04T21:07:57.118Z

I did it! I only needed to add cider nrepl when setting up my repl