Open oakmac opened 1 week ago
Thanks for creating this very interesting project. I would like people to be able to use their preferred tooling as easily as possible from Neovim.
I typically use format & lint tools via the Neovim Mason package manager
Clojure LSP also has format features via cljfmt and I understand that project wishes to support other format tooling (cljstyle, zprint, standard-clojure-style)
There is also the conform plugin that integrated a very wide range of format tools for many different programming languages.
So the decision is not if I should include this, but what is the most appropriate or convenient way to do include standard-clojure-style.
I will experiment a little this week. Any other feedback or ideas is welcome.
Thank you
Hi 👋
Standard Clojure Style is a new library for formatting Clojure code. You can see a 10-minute demo and introduction of the tool in this video from Clojure/conj 2024.
I have ported the algorithm into a zero dependency, single-file Lua library with Standard Clojure Style Lua.
The purpose of this issue to see if it would make sense to make Standard Clojure Style available to users of this project? This may be considered out of scope for this project, but I thought it may be worth suggesting.