You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-47Lines changed: 1 addition & 47 deletions
Original file line number
Diff line number
Diff line change
@@ -6,18 +6,10 @@
6
6
7
7
<br />
8
8
9
-
### Notice: this project is broken
10
-
11
-
Due to the fragile Haskell ecosystem, most notably ghc-mod, this vim configuration no longer works. You'll just spend lots of time waiting for its helper binaries to build, and be left with used disk space and regret.
12
-
13
-
<hr />
14
-
15
-
### Original readme:
16
-
17
9
In less than **ten minutes** your Vim will transform into a beautiful
18
10
Haskell paradise. (Don't worry, it backs up your original
19
11
configuration to `~/.config/haskell-vim-now/backup/.vimrc.yearmonthdate_time`.) It also builds all necessary support binaries
20
-
including `codex`, `hscope`, `ghc-mod`, `hasktags`, `hoogle` and more.
12
+
including `ghcide`, `hlint`, `hoogle` and more.
21
13
22
14
No more wading through plugins trying to make them all work together.
23
15
In ten minutes you will have a fully functional Vim that looks great
@@ -60,12 +52,6 @@ them.
60
52
<tr>
61
53
<td><C-space></td><td>Autocomplete with symbols in your Cabal sandbox</td>
62
54
</tr>
63
-
<tr>
64
-
<td>,ht</td><td>Show type of expression under cursor</td>
65
-
</tr>
66
-
<tr>
67
-
<td>,hT</td><td>Insert type of expression into previous line</td>
68
-
</tr>
69
55
<tr>
70
56
<td>,hr</td><td>Apply one refactoring hint at cursor position</td>
71
57
</tr>
@@ -204,38 +190,6 @@ selections to it. This works well for evaluating things in GHCI.
204
190
</tbody>
205
191
</table>
206
192
207
-
### Tags
208
-
209
-
<table>
210
-
<tbody>
211
-
<tr>
212
-
<td>,tg</td><td>Generate tags with codex</td>
213
-
</tr>
214
-
<tr>
215
-
<td>,tt</td><td>Open/close the tag bar</td>
216
-
</tr>
217
-
<tr>
218
-
<td>C-]</td><td>Jump to definition of symbol (codex + hasktags)</td><td>Note: You must generate the tags for your project (with <code>,tg</code>) prior to using the jump command.</td>
219
-
</tr>
220
-
<tr>
221
-
<td>C-\</td><td>Show uses of symbol (hscope)</td>
222
-
</tr>
223
-
</tbody>
224
-
</table>
225
-
226
-
### Conversions
227
-
228
-
<table>
229
-
<tbody>
230
-
<tr>
231
-
<td>,h.</td><td>Transform visual selection to pointfree style</td>
232
-
</tr>
233
-
<tr>
234
-
<td>,h></td><td>Transform visual selection to pointed style</td>
0 commit comments