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
- Host: GitHub
- URL: https://github.com/dhleong/sparkling
- Owner: dhleong
- Created: 2020-04-06T00:03:24.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2020-09-05T20:10:55.000Z (almost 6 years ago)
- Last Synced: 2025-02-02T01:29:40.857Z (over 1 year ago)
- Topics: clojure, lsp-server
- Language: Clojure
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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