File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
clojure/com/github/clojure_lsp/intellij/extension Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 60
60
(or (= key ClojureColors/FN_ARGUMENT)
61
61
(= key ClojureColors/LET_BINDING)))
62
62
63
- (defn -getDisplayName [_] " clojure " )
63
+ (defn -getDisplayName [_] " Clojure " )
64
64
65
65
(defn -getIcon [_] Icons /CLOJURE )
66
66
Original file line number Diff line number Diff line change 37
37
38
38
<!-- Features -->
39
39
<postStartupActivity implementation =" com.github.ericdallo.clj4intellij.extension.NREPLStartup" />
40
- <postStartupActivity implementation =" com.github.clojure_lsp.intellij.extension.InitDBStartup" />
41
- <postStartupActivity implementation =" com.github.clojure_lsp.intellij.extension.RegisterActionsStartup" />
40
+ <postStartupActivity id = " clojure-lsp-init-db " implementation =" com.github.clojure_lsp.intellij.extension.InitDBStartup" />
41
+ <postStartupActivity order = " after clojure-lsp-init-db " implementation =" com.github.clojure_lsp.intellij.extension.RegisterActionsStartup" />
42
42
<statusBarWidgetFactory
43
43
id =" ClojureLSPStatusBar"
44
44
displayName =" Clojure LSP"
You can’t perform that action at this time.
0 commit comments