2
2
3
3
** Configurable [ Clojure] [ ] syntax highlighting, indentation (and more) for Vim and Neovim!**
4
4
5
- <!-- TODO
6
- - Basic insert-mode completion of special forms and public vars in
7
- `clojure.core`. (Invoke with `<C-x><C-o>` or `<C-x><C-u>`.)
8
- -->
9
-
10
5
> [ !TIP]
11
6
> This plugin comes packaged with Vim and Neovim. However if you would like to
12
7
> always use the latest version, you can install this plugin like you would any
@@ -51,7 +46,7 @@ set `(:refer-clojure :only [])`.
51
46
Set this variable to ` 1 ` to enable highlighting of the
52
47
"[ discard reader macro] ( https://clojure.org/guides/weird_characters#_discard ) ".
53
48
Due to current limitations in Vim's syntax rules, this option won't highlight
54
- stacked discard macros (e.g. ` #_#_ ` ). This inconsitency is why this option is
49
+ stacked discard macros (e.g. ` #_#_ ` ). This inconsistency is why this option is
55
50
disabled by default.
56
51
57
52
@@ -60,7 +55,7 @@ disabled by default.
60
55
Clojure indentation differs somewhat from traditional Lisps, due in part to the
61
56
use of square and curly brackets, and otherwise by community convention. As
62
57
these conventions are not universally followed, the Clojure indent script
63
- offers ways to adjust the indentaion .
58
+ offers ways to adjust the indentation .
64
59
65
60
> [ !WARNING]
66
61
> The indentation code has recently been rebuilt which included the
@@ -129,7 +124,14 @@ list, vector or map that extends over more than one line can be folded using
129
124
the standard Vim fold commands.
130
125
131
126
(Note that this option will not work with scripts that redefine the bracket
132
- regions, such as rainbow parenphesis plugins.)
127
+ regions, such as rainbow parenthesis plugins.)
128
+
129
+
130
+ ## Insert-mode completion
131
+
132
+ Very basic insert-mode completion of special forms and public vars from
133
+ ` clojure.core ` is included in Clojure.vim. Invoke it with ` <C-x><C-o> ` or
134
+ ` <C-x><C-u> ` .
133
135
134
136
135
137
## Contribute
0 commit comments