@@ -38,31 +38,6 @@ filetype plugin indent on
3838If you install this project as a plugin, ` *.edn ` files are recognized as a
3939Clojure filetype, overriding the built-in declaration as ` edif ` .
4040
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- -->
6641
6742## Configuration
6843
@@ -224,6 +199,13 @@ This option is off by default.
224199let g:clojure_align_subforms = 0
225200```
226201
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+
227209## Contribute!
228210
229211Pull requests are welcome!
@@ -238,11 +220,10 @@ improvements to these tests are highly appreciated.
238220
239221## Acknowledgements
240222
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.
246227
247228Thanks to [ Tim Pope] ( https://github.com/tpope/ ) for advice in
248229[ #vim] ( https://www.vi-improved.org/ ) .
@@ -265,6 +246,7 @@ for more details.
265246<!-- Links -->
266247
267248[ vim ] : https://www.vim.org
249+ [ clojure.vim ] : https://github.com/clojure-vim/clojure.vim
268250[ vim-clojure-static ] : https://github.com/guns/vim-clojure-static
269251[ vimclojure ] : https://www.vim.org/scripts/script.php?script_id=2501
270252[ clojure ] : https://clojure.org
0 commit comments