This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-11-13
Channels
- # announcements (2)
- # babashka (30)
- # beginners (44)
- # biff (20)
- # calva (15)
- # cider (7)
- # clerk (4)
- # clojure (15)
- # clojure-austin (1)
- # clojure-europe (35)
- # clojure-hungary (1)
- # clojure-nl (1)
- # clojure-norway (6)
- # clojure-uk (7)
- # clojurescript (33)
- # conjure (1)
- # cryogen (1)
- # cursive (3)
- # data-science (8)
- # docker (2)
- # emacs (78)
- # gratitude (2)
- # hyperfiddle (26)
- # improve-getting-started (1)
- # jobs-discuss (12)
- # lsp (7)
- # malli (11)
- # missionary (57)
- # off-topic (14)
- # pathom (13)
- # portal (6)
- # reagent (6)
- # releases (3)
- # ring (25)
- # shadow-cljs (18)
- # squint (11)
- # vim (3)
https://github.com/babashka/neil: a CLI to add common aliases and features to deps.edn
-based projects
See the https://blog.michielborkent.nl/new-clojure-project-quickstart.html blog post for a gentle introduction into neil
.
https://github.com/babashka/neil/blob/main/CHANGELOG.md#0263
• https://github.com/babashka/neil/issues/41: dep search
in addition to Clojars, now also searches on Maven (@ag)
• https://github.com/babashka/neil/issues/180: neil dep upgrade
: delete rogue "`" character from helptext (https://github.com/teodorlu)
https://github.com/practicalli/astronvim-config user configuration to support Clojure development with Conjure and Parinfer
• gd
also shows function definitions that are within libraries of a project (enabled zipPlugin to read contents of jar files)
• markdownlint and alex lint tools use configuration files relative to the user home path, loading reliably now 🤞
• neotree shows hidden files by default (toggle with H
)
• example of how to configure parinfer with alternative mode, smart, paredit, indent (default)
• example of how to use an externally installed clojure-lsp server (i.e. not managed by mason)
• set default font for Neovide graphic UI for neovim
https://github.com/practicalli/astronvim-config/releases/tag/2023-11-13