Fork me on GitHub
#conjure
<
2021-06-10
>
rafaeldelboni14:06:43

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

rafaeldelboni15:06:57

Using tag 'v4.19.0' works fine

rafaeldelboni15:06:56

Using:

NVIM v0.4.4
Build type: Release
LuaJIT 2.0.5

emilaasa17:06:52

Does writing :syntax on work after file is loaded?

rafaeldelboni19:06:12

no, it stays without highlights

rafaeldelboni19:06:05

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

Olical13:06:50

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

Olical13:06:10

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

rafaeldelboni13:06:57

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?

Olical13:06:52

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

Olical13:06:01

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

Olical13:06:08

Alongside some special vim option

Olical13:06:11

That I don't have

rafaeldelboni13:06:03

I will disable bb to test

rafaeldelboni13:06:00

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