Skip to content

Commit

Permalink
Clojure-lsp task
Browse files Browse the repository at this point in the history
  • Loading branch information
kdmoreira committed May 30, 2024
1 parent 5ecbe17 commit aa809b1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,13 @@ clojure -M:dev:test
clojure -T:build uberjar
```

## Lint
```bash
clojure -M:clojure-lsp diagnostics
clojure -M:clojure-lsp clean-ns
clojure -M:clojure-lsp format
```

# Other iterations
- https://github.com/rafaeldelboni/clojure-document-extractor

Expand Down
5 changes: 4 additions & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,7 @@
:main-opts ["-m" "nrepl.cmdline" "--middleware" "[cider.nrepl/cider-middleware]"]}

:test {:main-opts ["-m" "kaocha.runner"]
:jvm-opts ["-Xms3g" "-Xmx3g"]}}}
:jvm-opts ["-Xms3g" "-Xmx3g"]}

:clojure-lsp {:replace-deps {com.github.clojure-lsp/clojure-lsp-standalone {:mvn/version "2024.04.22-11.50.26"}}
:main-opts ["-m" "clojure-lsp.main"]}}}

0 comments on commit aa809b1

Please sign in to comment.