Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pbrisbin/vim-hs-indent
https://github.com/pbrisbin/vim-hs-indent
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pbrisbin/vim-hs-indent
- Owner: pbrisbin
- Created: 2014-04-18T20:09:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-19T19:22:14.000Z (over 10 years ago)
- Last Synced: 2024-10-09T09:44:58.163Z (3 months ago)
- Language: Ruby
- Size: 137 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Haskell Indent
A simple vim plugin concerned only with proper automatic indentation for
Haskell file types.## Installation
- Use [Vundle](https://github.com/gmarik/Vundle.vim).
- Add `Plugin "pbrisbin/vim-hs-indent"` to `~/.vimrc`.## Usage
- Edit a Haskell file.
## (Planned) Features
- Various lists (exports, records, etc)
- `let` expressions
- `if` expressions
- `case` expressions
- `do` syntax
- `where` clauses