add lsp setup

This commit is contained in:
Adam Jeniski 2025-08-17 04:31:42 -09:00
parent 159bf1613c
commit b5b8259257
2 changed files with 6 additions and 0 deletions

2
.clj-kondo/config.edn Normal file
View File

@ -0,0 +1,2 @@
{:lint-as {example.utils/defaction clojure.core/defn
example.utils/defpage clojure.core/def}}

4
.gitignore vendored
View File

@ -1,2 +1,6 @@
.nrepl-port .nrepl-port
.cpcache .cpcache
.clj-kondo/*
!.clj-kondo/config.edn
.lsp