This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-08-04
Channels
- # announcements (5)
- # aws (11)
- # babashka (15)
- # beginners (101)
- # biff (14)
- # calva (45)
- # clj-kondo (18)
- # cljs-dev (5)
- # clojure (178)
- # clojure-austin (5)
- # clojure-europe (8)
- # clojure-france (1)
- # clojure-nl (12)
- # clojure-norway (6)
- # clojure-spec (4)
- # clojure-uk (1)
- # clojurescript (13)
- # community-development (2)
- # conjure (6)
- # cursive (8)
- # datahike (1)
- # datalevin (3)
- # datascript (36)
- # datomic (6)
- # emacs (2)
- # etaoin (2)
- # fulcro (5)
- # graalvm (6)
- # gratitude (3)
- # introduce-yourself (1)
- # jobs-discuss (1)
- # lsp (19)
- # malli (4)
- # nbb (11)
- # off-topic (4)
- # other-languages (1)
- # pathom (19)
- # pedestal (1)
- # shadow-cljs (22)
- # spacemacs (16)
- # tools-deps (31)
- # vim (7)
What is the way to import my local Aniseed nvim plugin via Plug
? When I symlink the directory into the plugin manager plugin dir and add it to config it complains because (implicit 'vim-scripts' expansion is deprecated)
I added it to github and it doesn't complain anymore but this is not a good way to test.
Um... hey guys. I've developed a plugin to jump to the first failing Conjure test. It's very rough but it does the job. https://github.com/Invertisment/jump-to-cljtest I think it would be great if it could execute in the background but I don't know how to do it xD Also it could be sped up by parsing a little differently and not parsing the whole buffer because it only needs to find the first error from the top in the test execution from the bottom. But I don't want to do this now in Lua's procedural style :d (even if I used Fennel it doesn't have lazy seqs so in the end of the day it's still Lua)
Turns out it jumps to the last failing test xD but I'll fix it 😄 Edit: fixed.
Cool, i'll try this out (although i dont like plugins that automatically sets keybindings)
I know that I set that keybinding but I was lazy to figure out how to do this properly.
Maybe later.
I also didn't know how to move to the first symbol once the buffer opens. But it's good enough as the user can press w
to go there.
I removed the key binding, added docs on new public editor commands and changed the name: https://github.com/Invertisment/conjure-additions Also tagging @U4GEXTNGZ as you also reacted but I changed the plugin.