Skip to content

Commit 85ac8cb

Browse files
authored
Add editors.md in docs (#859)
* Add editors.md in docs * editor.md -> editors.md
1 parent e3e1f4b commit 85ac8cb

File tree

3 files changed

+22
-16
lines changed

3 files changed

+22
-16
lines changed

docs/EDITORS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Editor integration
2+
3+
The best way to develop Clojure is with an editor-connected REPL. Plugins are available for the most popular editors/IDEs:
4+
5+
- Emacs: [CIDER](https://cider.mx)
6+
- IntelliJ: [Cursive](https://cursive-ide.com)
7+
- VSCode: [Calva](https://calva.io)
8+
- Vim: [Conjure](https://github.com/Olical/conjure)
9+
10+
See the [official docs](https://clojure.org/guides/editors) for more info.

docs/INSTALLATION.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,3 @@ It offers a wide variety of helpful tasks like convenient testing, builds, and a
100100
2. Place it on your `$PATH` where your shell can find it (eg. `/usr/local/bin/`)
101101
3. Set it to be executable (`sudo chmod a+x /usr/local/bin/lein`)
102102
4. Run `lein`.
103-
104-
## Editor integration
105-
106-
The best way to develop Clojure is with an editor-connected REPL. Plugins are available for the most popular editors/IDEs:
107-
108-
- Emacs: [CIDER](https://cider.mx/)
109-
- IntelliJ: [Cursive](https://cursive-ide.com/)
110-
- VSCode: [Calva](https://calva.io/)
111-
- Vim: [Conjure](https://github.com/Olical/conjure)
112-
113-
See the [official docs](https://clojure.org/guides/editors) for more info.

docs/config.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"blurb": "Learn how to install Clojure locally to solve Exercism's exercises on your own machine"
99
},
1010
{
11-
"uuid": "e071077c-e1c3-4887-af05-43fb41fc7c87",
12-
"slug": "learning",
13-
"path": "docs/LEARNING.md",
14-
"title": "How to learn Clojure",
15-
"blurb": "An overview of how to get started from scratch with Clojure"
11+
"uuid": "ee67597a-90da-4790-9e7a-2d198404bd6b",
12+
"slug": "editors",
13+
"path": "docs/EDITORS.md",
14+
"title": "Editor integration",
15+
"blurb": "Commonly used editors for writing Clojure"
1616
},
1717
{
1818
"uuid": "1c1e43aa-cbf4-41ff-9470-8367b90b5377",
@@ -21,6 +21,13 @@
2121
"title": "Testing on the Clojure track",
2222
"blurb": "Learn how to test your Clojure exercises on Exercism"
2323
},
24+
{
25+
"uuid": "e071077c-e1c3-4887-af05-43fb41fc7c87",
26+
"slug": "learning",
27+
"path": "docs/LEARNING.md",
28+
"title": "How to learn Clojure",
29+
"blurb": "An overview of how to get started from scratch with Clojure"
30+
},
2431
{
2532
"uuid": "eeb60d5d-c35e-4b4c-ac46-9a0391db79d2",
2633
"slug": "resources",

0 commit comments

Comments
 (0)