This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-06-10
Channels
- # announcements (2)
- # asami (2)
- # babashka (29)
- # beginners (115)
- # cider (5)
- # clara (9)
- # cljdoc (14)
- # cljs-dev (1)
- # cljsrn (18)
- # clojars (3)
- # clojure (73)
- # clojure-australia (7)
- # clojure-europe (74)
- # clojure-nl (3)
- # clojure-norway (8)
- # clojure-spec (3)
- # clojure-uk (36)
- # clojured (1)
- # clojurescript (15)
- # conjure (18)
- # datomic (6)
- # deps-new (11)
- # depstar (7)
- # fulcro (2)
- # instaparse (1)
- # jobs (9)
- # nrepl (8)
- # off-topic (21)
- # pathom (5)
- # polylith (42)
- # proletarian (1)
- # rdf (10)
- # re-frame (2)
- # react (1)
- # reagent (20)
- # releases (3)
- # remote-jobs (4)
- # rum (9)
- # shadow-cljs (79)
- # sql (11)
- # tools-deps (64)
- # vim (3)
- # xtdb (26)
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
Using tag 'v4.19.0'
works fine
Using:
NVIM v0.4.4
Build type: Release
LuaJIT 2.0.5
no, it stays without highlights
if I do a :set ft
it says filetype=clojure
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?
I will disable bb to test
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
thanks!