This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-08-06
Channels
- # aleph (1)
- # announcements (2)
- # beginners (109)
- # calva (48)
- # cider (25)
- # clj-kondo (38)
- # cljdoc (13)
- # clojure (203)
- # clojure-europe (23)
- # clojure-gamedev (3)
- # clojure-nl (3)
- # clojure-uk (7)
- # conjure (2)
- # data-science (1)
- # datalog (2)
- # datomic (7)
- # deps-new (16)
- # depstar (2)
- # docker (2)
- # fulcro (67)
- # graalvm (58)
- # honeysql (16)
- # java (2)
- # jobs (2)
- # jobs-discuss (2)
- # kaocha (4)
- # lsp (82)
- # malli (23)
- # off-topic (35)
- # polylith (18)
- # practicalli (5)
- # releases (1)
- # remote-jobs (1)
- # shadow-cljs (15)
- # sql (17)
- # timbre (1)
- # tools-deps (24)
- # vim (20)
- # xtdb (9)
I used to have the vim-fireplace plugin and whenever I loaded a new namespace or created/updated some functions, I had the ReloadAll! command to load them up and make use of them. But IDK how to do that in Conjure, what can I do?
when you open a new file it will change the namespace, I believe. But yeah <Leader>ra or rr works too
Yeah Conjure detects your namespace automatically on every eval, so it should be fine? But the replies before me are right, that's how you run the clojure ns refresh tooling.
Maybe just me, but anyone who is using vim + coc, and does (coc-references)
, what size is your quickfix window?
I just trawlled through my coc-settings, comparing them to what is on the documentation and removed the ones from my config that are defaulted to what I want them to be anyway.
https://github.com/wbthomason/packer.nvim this is surprisingly nice. The "is loaded" functionality is fantastic. I'm using dein at the moment, which does support that, but I had to do a lot of work myself to get it to work in a way that suited me. But dein has the merging functionality which supposedly dramatically cuts down startup time vs the packadd stuff. Not sure if that's been optimized since though.
I just re-ran https://github.com/junegunn/vim-startuptime-benchmark/ on my machine. The only change is that I removed the ensime plugin as it has a python dependency now and I didn't want to fiddle around with that.