File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1+ {:config-paths [" ericdallo/clj4intellij" ]}
Original file line number Diff line number Diff line change 77.classpath
88/.nrepl-port
99.lsp /.cache
10- .clj-kondo
11- ! .clj-kondo /. config
10+ / .clj-kondo / *
11+ ! / .clj-kondo /config.edn
1212.project
1313.settings
Original file line number Diff line number Diff line change 1- {:cljfmt { :indents {proxy+ [[ :block 2 ] [ :inner 1 ]]}}
1+ {:classpath-config-paths [ " ericdallo/clj4intellij " ]
22 :project-specs [{:classpath-cmd [" ./gradlew" " -q" " classpath" ]
33 :project-path " build.gradle.kts" }
44 {:classpath-cmd [" clojure" " -Spath" ]
Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ - Bump clj4intellij to 0.7.1
6+
57## 3.1.1
68
79- Remove ` : ` lexer check since this is delegated to clojure-lsp/clj-kondo already.
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ repositories {
3535
3636dependencies {
3737 implementation (" org.clojure:clojure:1.12.0" )
38- implementation (" com.github.ericdallo:clj4intellij:0.6.3 " )
38+ implementation (" com.github.ericdallo:clj4intellij:0.7.1 " )
3939 implementation (" seesaw:seesaw:1.5.0" )
4040 implementation (" camel-snake-kebab:camel-snake-kebab:0.4.3" )
4141 implementation (" com.rpl:proxy-plus:0.0.9" )
You can’t perform that action at this time.
0 commit comments