Skip to content

Commit af27570

Browse files
committed
Add docs
1 parent d6c5768 commit af27570

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

doc/typedclojure.txt

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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:

0 commit comments

Comments
 (0)