File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ *typedclojure.txt* A plugin for Typed Clojure
2
+
3
+ Author: Ambrose Bonnaire-Sergeant <abonnairesergeant@gmail.com>
4
+ License: Same terms as Vim itself (see | license | )
5
+
6
+ Requires | fireplace | <https://github.com/tpope/vim-fireplace >.
7
+
8
+ INTRODUCTION *typedclojure*
9
+
10
+ Whenever you edit a Clojure file, bindings related to Typed Clojure are added
11
+ alongside those defined via | fireplace | .
12
+
13
+ COMMANDS *typedclojure-commands*
14
+
15
+ These commands are local to buffers editing Clojure files.
16
+
17
+ *typedclojure-:CheckNs*
18
+ :CheckNs Type check the current namespace. Any type errors
19
+ are loaded into a quickfix list which is opened
20
+ automatically. These mappings are valid inside the
21
+ quickfix window, operating on the current line:
22
+
23
+ ce show the type error message in a preview window
24
+
25
+ MAPPINGS *typedclojure-mappings*
26
+
27
+ These maps are available in Clojure buffers alongside | fireplace | .
28
+
29
+ *typedclojure-ctn*
30
+ ctn Type check the current namespace.
31
+
32
+ ABOUT *typedclojure-about*
33
+
34
+ Please report issues on Github:
35
+
36
+ https://github.com/typedclojure/vim-typedclojure
37
+
38
+ vim:tw=78:et:ft=help:norl:
You can’t perform that action at this time.
0 commit comments