Skip to content

Commit eeb00f5

Browse files
authored
It needs - 🤦
1 parent 336ed53 commit eeb00f5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ As almost all features are provided by the server you might find interesting rea
1616
- Show documentation and sources in hackage
1717
- Formatting via [Brittany](https://github.com/lspitzner/brittany), [Floskell](https://github.com/ennocramer/floskell), [Fourmolu](https://github.com/fourmolu/fourmolu), [Ormolu](https://github.com/tweag/ormolu) or [Stylish Haskell](https://github.com/haskell/stylish-haskell)
1818
- [Multi-root workspace](https://code.visualstudio.com/docs/editor/multi-root-workspaces) support
19-
- [Code evaluation](#code evaluation), see its [Tutorial](https://github.com/haskell/haskell-language-server/blob/master/plugins/hls-eval-plugin/README.md)
20-
- [Integration with](#retrie integration) [retrie](https://hackage.haskell.org/package/retrie), a powerful, easy-to-use codemodding tool
21-
- [Code lenses for explicit import lists](#explicit import lists)
19+
- [Code evaluation](#code-evaluation), see its [Tutorial](https://github.com/haskell/haskell-language-server/blob/master/plugins/hls-eval-plugin/README.md)
20+
- [Integration with](#retrie-integration) [retrie](https://hackage.haskell.org/package/retrie), a powerful, easy-to-use codemodding tool
21+
- [Code lenses for explicit import lists](#explicit-import-lists)
2222
- [Generate functions from type signatures, and intelligently complete holes using](#wingman) [Wingman (tactics)](https://github.com/haskell/haskell-language-server/tree/master/plugins/hls-tactics-plugin)
2323
- [Integration with](#hlint) [hlint](https://github.com/ndmitchell/hlint), the most used haskell linter, to show diagnostics and apply hints via [apply-refact](https://github.com/mpickering/apply-refact)
24-
- [Module name suggestions](#module names) for insertion or correction
25-
- [Call hierarchy support](#call hierarchy)
24+
- [Module name suggestions](#module-names) for insertion or correction
25+
- [Call hierarchy support](#call-hierarchy)
2626

2727
## Requirements
2828

0 commit comments

Comments
 (0)