@@ -38,31 +38,6 @@ filetype plugin indent on
38
38
If you install this project as a plugin, ` *.edn ` files are recognized as a
39
39
Clojure filetype, overriding the built-in declaration as ` edif ` .
40
40
41
- <!--
42
- TODO: update and move to wiki pages.
43
-
44
- ## Third Party Extensions
45
-
46
- * Rainbow Parentheses
47
-
48
- kien's [`rainbow_parentheses.vim`](https://github.com/kien/rainbow_parentheses.vim)
49
- is highly recommended.
50
-
51
- * Extended Syntax Highlighting
52
-
53
- [`vim-clojure-highlight`](https://github.com/guns/vim-clojure-highlight) is
54
- a fireplace.vim plugin that extends syntax highlighting to local, referred,
55
- and aliased vars via [`b:clojure_syntax_keywords`](#syntax-options).
56
-
57
- This is a reimplementation of the DynamicHighlighting feature from
58
- VimClojure.
59
-
60
- ## Clojure REPL Plugins
61
-
62
- If you would like to get more serious about programming in Clojure, consider
63
- using an interactive
64
- [Clojure REPL plugin](https://github.com/guns/vim-clojure-static/wiki/Clojure-REPL-Plugins).
65
- -->
66
41
67
42
## Configuration
68
43
@@ -224,6 +199,13 @@ This option is off by default.
224
199
let g:clojure_align_subforms = 0
225
200
```
226
201
202
+
203
+ ## Want to improve your Clojure development set up?
204
+
205
+ be sure to check out our list of [ suggested Vim plugins in the
206
+ Wiki] ( https://github.com/clojure-vim/clojure.vim/wiki/Plugins ) .
207
+
208
+
227
209
## Contribute!
228
210
229
211
Pull requests are welcome!
@@ -238,11 +220,10 @@ improvements to these tests are highly appreciated.
238
220
239
221
## Acknowledgements
240
222
241
- Clojure.vim is a continuation of [ vim-clojure-static] [ ] .
242
-
243
- Vim-clojure-static was created by [ Sung Pae] ( https://github.com/guns ) using
244
- [ Meikel Brandmeyer] ( http://kotka.de/ ) 's Clojure runtime files from the
245
- [ VimClojure] [ ] project for use with alternate Clojure REPL plugins.
223
+ [ Clojure.vim] [ ] is a continuation of [ vim-clojure-static] [ ] .
224
+ _ Vim-clojure-static_ was created by [ Sung Pae] ( https://github.com/guns ) . The
225
+ original copies of the packaged runtime files came from [ Meikel
226
+ Brandmeyer] ( http://kotka.de/ ) 's [ VimClojure] [ ] project with permission.
246
227
247
228
Thanks to [ Tim Pope] ( https://github.com/tpope/ ) for advice in
248
229
[ #vim] ( https://www.vi-improved.org/ ) .
@@ -265,6 +246,7 @@ for more details.
265
246
<!-- Links -->
266
247
267
248
[ vim ] : https://www.vim.org
249
+ [ clojure.vim ] : https://github.com/clojure-vim/clojure.vim
268
250
[ vim-clojure-static ] : https://github.com/guns/vim-clojure-static
269
251
[ vimclojure ] : https://www.vim.org/scripts/script.php?script_id=2501
270
252
[ clojure ] : https://clojure.org
0 commit comments