This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-02-08
Channels
- # announcements (50)
- # asami (19)
- # babashka (28)
- # beginners (68)
- # calva (34)
- # cider (11)
- # cljdoc (24)
- # clojure (148)
- # clojure-australia (1)
- # clojure-brasil (6)
- # clojure-europe (48)
- # clojure-france (13)
- # clojure-germany (4)
- # clojure-italy (6)
- # clojure-nl (19)
- # clojure-uk (22)
- # clojurescript (36)
- # conjure (3)
- # cursive (10)
- # data-science (1)
- # datascript (3)
- # datomic (12)
- # etaoin (3)
- # events (3)
- # fulcro (33)
- # graalvm (7)
- # honeysql (4)
- # jobs (4)
- # jobs-discuss (11)
- # kaocha (1)
- # keechma (4)
- # luminus (1)
- # malli (10)
- # membrane (8)
- # off-topic (34)
- # pathom (35)
- # pedestal (1)
- # re-frame (15)
- # releases (1)
- # remote-jobs (1)
- # reveal (41)
- # shadow-cljs (42)
- # startup-in-a-month (2)
- # vim (11)
@orestis, have you seen https://github.com/onivim/oni2 ? It would be much cheaper than building one.
@timofey.sitnikov Indeed I have — but I need to use NeoVim so I can run Conjure, and onivim2 bafflingly went with plain libvim instead.
That sucks 😞 I wonder if the neovim team can somehow bridge that across so the backend can be swapped somehow? I guess not but I can dream.
I would love to support regular vim too, but it'd be a huge undertaking, nvim is definitely far better suited to my lua-y dreams.
Also calls to nvim's internal functions and 1st class API that's exposed in Lua land are littered throughout Conjure's code. Things that just don't exist in vim.
Oh thanks! I'll have a read. And by "that sucks" it was more sadness about it not magically working with my tooling, not that oni is bad or made a bad choice, I should've said "unfortunate" really, from Conjure's perspective.
@orestis, I may be missing something that you are looking for, but Oni2 is built on top of NeoVim, and I believe it does source a vimrc file.
No it’s not, it’s apparently based on their own thing https://github.com/onivim/libvim - which I thought was the actual vim library but it’s a reimplementation, making it even worse for my purposes
I know the link because I’ve asked them at one point if Lua configs would be supported at any point …
@orestis Hmm, wow, OK, well, the original https://github.com/onivim/oni was. I guess they changed the direction.