Skip to content

Commit af82d97

Browse files
committed
Add imcompatible tag with Cursive and Clojure-Kit plugins.
1 parent 99a9e9f commit af82d97

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## [Unreleased]
44

55
- Fix brace matcher to insert closing brace for some missing cases.
6+
- Add imcompatible tag with Cursive and Clojure-Kit plugins.
67

78
## 2.6.4
89

src/main/resources/META-INF/plugin.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55

66
<depends>com.intellij.modules.platform</depends>
77

8+
<incompatible-with>org.jetbrains.idea.clojure</incompatible-with>
9+
<incompatible-with>com.cursiveclojure.cursive</incompatible-with>
10+
811
<extensions defaultExtensionNs="com.intellij">
912
<fileType name="clojure" language="clojure" extensions="clj;cljs;cljc;cljd;edn;bb;clj_kondo"
1013
implementationClass="com.github.clojure_lsp.intellij.ClojureFileType" fieldName="INSTANCE"/>

0 commit comments

Comments
 (0)