This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-12-07
Channels
- # adventofcode (202)
- # aleph (8)
- # announcements (13)
- # architecture (1)
- # aws (2)
- # beginners (201)
- # boot (1)
- # bristol-clojurians (1)
- # calva (2)
- # cider (23)
- # cljs-dev (22)
- # cljsrn (2)
- # clojure (105)
- # clojure-bangladesh (1)
- # clojure-berlin (8)
- # clojure-dev (104)
- # clojure-europe (3)
- # clojure-italy (5)
- # clojure-losangeles (1)
- # clojure-nl (24)
- # clojure-russia (55)
- # clojure-spec (44)
- # clojure-uk (19)
- # clojurescript (58)
- # component (58)
- # cursive (3)
- # data-science (1)
- # datomic (27)
- # duct (6)
- # events (6)
- # figwheel-main (6)
- # fulcro (15)
- # jobs (3)
- # kaocha (5)
- # luminus (1)
- # music (1)
- # nrepl (2)
- # off-topic (24)
- # onyx (1)
- # pedestal (3)
- # protorepl (8)
- # re-frame (18)
- # reagent (39)
- # reitit (1)
- # remote-jobs (1)
- # ring (15)
- # rum (11)
- # shadow-cljs (5)
- # sql (8)
- # tools-deps (12)
- # vim (7)
Hey folks, quick poll about acid.nvim. React with the appropriate response: Would you like using acid through a lua API? 👍 - Yes, please 👌 - I don't care, as long as I can use it 👎 - No, Python/VimL is much better 😕 - I don't even know what acid.nvim is 😒 - I don't care, I use {fireplace,vim-iced,something else} Also, please DM me or respond to this if you have suggestions and/or complaints about acid. Thanks in advance!
i wasn't able to get acid.nvim working when i tried it a few weeks ago (i had it working in the past). let me try again. i think i'm ready to move on from fireplace at this point
i don't understand the implications of moving to lua. would that mean we can't configure it in init.vim?
It will be configured through lua. That can happen in the init.vim through the :lua
command , but most importantly, it'll allow it to be seen as a library for other plugins and customization from the user.
@ingvij what would be the user impact there? like, would i need to use lua to configure the plugin, or what?