This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-06-14
Channels
- # announcements (3)
- # asami (22)
- # babashka (9)
- # beginners (92)
- # calva (7)
- # clj-kondo (8)
- # clojure (61)
- # clojure-australia (3)
- # clojure-boston (1)
- # clojure-dev (3)
- # clojure-europe (24)
- # clojure-nl (3)
- # clojure-spec (4)
- # clojure-uk (14)
- # clojurescript (5)
- # conjure (12)
- # core-async (44)
- # cryogen (8)
- # crypto (2)
- # cursive (24)
- # data-science (5)
- # events (1)
- # fulcro (10)
- # garden (2)
- # graalvm (19)
- # helix (4)
- # instaparse (13)
- # lsp (13)
- # luminus (1)
- # malli (5)
- # meander (22)
- # off-topic (22)
- # polylith (8)
- # re-frame (69)
- # react (1)
- # reagent (2)
- # releases (2)
- # shadow-cljs (52)
- # sql (7)
- # test-check (3)
- # timbre (2)
- # tools-deps (9)
Hi - Ive just upgraded and I'm getting this error when installing with dein.
[dein] /Users/thecontinium/.cache/vim/dein/repos/github.com/Olical/conjure__
[dein] fatal: invalid reference: nvim
Anyone else getting this ?
I’m running with: NVIM v0.5.0-dev+1405-g2f0e5e7e6
thank you
It seems to be passing fine in CI and for me while in development, so I wonder if it's something more subtle or something behind an option that isn't normally seen.
To reduce the size of `runtimepath`, dein.vim merge plugins into a single directory. Maybe this is an issue for conjure now. I’ll try with no merge.
mmmm! dein has just been updated and I still get the error on load but conjure seems to be working now. Looks like a dein issue. I’ll let you know. Cheers.
using latest revision rather than the tip of main with dein was causing the issue
dein using a version was causing an issue; using the tip of conjure branch with dein is working fine thanks