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)
rafaeldelboni 2021-06-10T14:53:43.134800Z

Hey I just updated my conjure with the recent master and now when I don't have a repl connected I don't have syntax highlight anymore for clojure files, what I'm need to do? If I remove conjure it highlight normally

Olical 2021-06-11T13:16:50.138Z

So the ft may be correct but your syntax might be wrong (two separate options)

Olical 2021-06-11T13:17:10.138200Z

Conjure doesn't do anything to your highlighting though, so shouldn't be related

rafaeldelboni 2021-06-11T13:19:57.138400Z

Strange, this happens only on 'v4.20.0' on-wards, so you mean that another plugin could be messing with my clojure sintax? Do you have any tips on investigating this?

Olical 2021-06-11T13:33:27.138600Z

Hmm

Olical 2021-06-11T13:33:52.138800Z

I need to investigate my diffs but I didn't do anything around filetypes

Olical 2021-06-11T13:34:01.139Z

Maybe it's to do with my babashka terminal opening?

Olical 2021-06-11T13:34:08.139200Z

Alongside some special vim option

Olical 2021-06-11T13:34:11.139400Z

That I don't have

rafaeldelboni 2021-06-11T13:35:03.139600Z

I will disable bb to test

rafaeldelboni 2021-06-11T13:38:00.139800Z

Yeap I added this in my nvim config: let g:conjure#client#clojure#nrepl#connection#auto_repl#enabled = v:false And is proper working now

rafaeldelboni 2021-06-11T13:38:03.140Z

thanks!

rafaeldelboni 2021-06-10T15:03:57.135Z

Using tag 'v4.19.0' works fine

rafaeldelboni 2021-06-10T15:04:25.135200Z

cc @olical

rafaeldelboni 2021-06-10T15:05:56.135400Z

Using:

NVIM v0.4.4
Build type: Release
LuaJIT 2.0.5

emilaasa 2021-06-10T17:11:52.135600Z

Does writing :syntax on work after file is loaded?

rafaeldelboni 2021-06-10T19:31:12.135900Z

no, it stays without highlights

rafaeldelboni 2021-06-10T19:32:05.136100Z

if I do a :set ft it says filetype=clojure