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 6060 (or (= key ClojureColors/FN_ARGUMENT)
6161 (= key ClojureColors/LET_BINDING)))
6262
63- (defn -getDisplayName [_] " clojure " )
63+ (defn -getDisplayName [_] " Clojure " )
6464
6565(defn -getIcon [_] Icons /CLOJURE )
6666
Original file line number Diff line number Diff line change 3737
3838 <!-- Features -->
3939 <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" />
4242 <statusBarWidgetFactory
4343 id =" ClojureLSPStatusBar"
4444 displayName =" Clojure LSP"
You can’t perform that action at this time.
0 commit comments