An open API service indexing awesome lists of open source software.

https://github.com/dhleong/sparkling

Clojure/script LSP that sparks joy
https://github.com/dhleong/sparkling

clojure lsp-server

Last synced: about 1 year ago
JSON representation

Clojure/script LSP that sparks joy

Awesome Lists containing this project

README

          

sparkling
=========

*Clojure/script LSP that sparks joy*

## What?

sparkling is a [Language Server Protocol][1] implementation for Clojure and
Clojurescript powered by [nREPL][2] when available and static analysis from
[clj-kondo][3] otherwise, enabling rich language features that work in any
editor that speaks LSP, whether you have nREPL set up or not---especially
helpful for [babashka][4] scripts.

[1]: https://microsoft.github.io/language-server-protocol/
[2]: https://nrepl.org
[3]: https://github.com/borkdude/clj-kondo
[4]: https://github.com/borkdude/babashka