This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-12-02
Channels
- # adventofcode (63)
- # announcements (21)
- # babashka-sci-dev (1)
- # beginners (24)
- # biff (2)
- # calva (78)
- # cherry (6)
- # clj-commons (3)
- # clj-kondo (7)
- # clojure (91)
- # clojure-austin (2)
- # clojure-bay-area (6)
- # clojure-denmark (1)
- # clojure-europe (45)
- # clojure-nl (1)
- # clojure-norway (16)
- # clojure-portugal (3)
- # clojure-uk (1)
- # clojurescript (20)
- # conjure (11)
- # datalevin (13)
- # datomic (5)
- # emacs (14)
- # etaoin (15)
- # events (7)
- # fulcro (9)
- # funcool (1)
- # honeysql (26)
- # joyride (4)
- # kaocha (3)
- # lambdaisland (2)
- # malli (7)
- # off-topic (22)
- # pathom (29)
- # portal (58)
- # practicalli (8)
- # rdf (25)
- # reagent (14)
- # sci (3)
- # scittle (37)
- # shadow-cljs (10)
- # slack-help (2)
- # spacemacs (7)
- # sql (7)
- # tools-deps (1)
- # xtdb (2)
does anybody have Conjure working inside AstroNVim?
+1 Following with interest. (Because I right now have the same question for LunarVim which I just started using a bit. After adding conjure to the plugins list it installs but keybindings are not working out of the box. I don't know yet how define a localleader "the right way" using LunarVim config.)
@U012XDRMY6T Where are you at currently? Is the plugin added and does it seem to load? And then what doesn't work?
Basically, I have tried most functions successfully by running manually :ConjureSomeCommand
in Command mode, so I think it's all fine and it is just a keybinding issue at the moment. (again, Lunarvim is the base config here)
If I understand correctly, Conjure is normally supposed to automatically map a bunch of commands such as: <localleader>ef
and so on... is that right?
@Gunnar - I've abandoned AstronNVim, but I have LunarVim seemingly working with these additions:
vim.g.maplocalleader = ","
Oh awesome. I didn't yet catch there should be a ".g" there. Thanks - so you helped me instead then! 🙂
-- -- Additional Plugins <
lvim.plugins = {
{ "PaterJason/cmp-conjure" },
{
"Olical/conjure",
event = "BufRead",
-- cmd = "Conjure",
},
-- {
-- "folke/trouble.nvim",
-- cmd = "TroubleToggle",
-- },
}
There is also a config I stumbled upon that I like a lot: https://github.com/shaunsingh/nyoom.nvim
OK... so I should read the docs. Now I have... and fixed mistakes. Thanks @U012XDRMY6T everything's working now!
There is also a config I stumbled upon that I like a lot: https://github.com/shaunsingh/nyoom.nvim