Skip to content

Commit c2fa6d6

Browse files
author
ndr
committed
Update readme
1 parent 6b2cdda commit c2fa6d6

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

README.md

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,15 @@ light-typedclojure
22
==================
33
Official Typed Clojure plugin for Light Table
44

5-
This is α software; see [below](#prerelease-caveats) for existing issues.
6-
75
## Installation
86
Typed Clojure is available in the plugin manager.
97

10-
Alternatively, you can manually clone this repository and either:
11-
- place it within Light Table's plugin folder, or
12-
- simply eval the contents of Typed_Clojure/src/lt/plugins/typedclojure.cljs, for testing purposes.
8+
Alternatively, you can manually clone this repository into your plugin folder.
139

1410
### Dependencies
15-
Light Table 0.6.4
16-
Clojure plugin 0.0.8
17-
Paredit plugin 0.0.4
11+
Light Table 0.6.4+
12+
Clojure plugin 0.0.10+
13+
Paredit plugin 0.0.4+
1814

1915
Your project should include `[org.clojure/core.typed "0.2.30"]` or above.
2016

@@ -40,13 +36,3 @@ To bind keys to any of these functions, add any of the following commands to you
4036
"keybinding" [:typedclojure.ann.var]
4137
"keybinding" [:typedclojure.ann.form]}}}
4238
```
43-
44-
## Prerelease caveats
45-
Typecheck messages are currently displayed in a rather awkward fashion, particularly for var/form checks, the results of which appear several lines below the relevant form. This will be fixed when the new [:inline-at-cursor](https://github.com/LightTable/Clojure/commit/26dca158e1ed67f2df66d5d98fa6244f24ebf134) result mode lands in the official Clojure plugin.
46-
47-
The annotation commands do not reposition your cursor properly. This will be easier to fix if/when [LightTable/Clojure#11](https://github.com/LightTable/Clojure/pull/11) is merged.
48-
49-
#### Workarounds
50-
If you are feeling git-happy, you can fix the display issues by pulling a few changes manually.
51-
- Update your Clojure plugin to the latest master.
52-
- Update your Typed Clojure plugin by pulling branch `inline-at-cursor`.

0 commit comments

Comments
 (0)