https://github.com/vmchale/hs-conceal
Vim conceals
https://github.com/vmchale/hs-conceal
haskell vim vim-plugin vimscript
Last synced: 2 months ago
JSON representation
Vim conceals
- Host: GitHub
- URL: https://github.com/vmchale/hs-conceal
- Owner: vmchale
- License: bsd-3-clause
- Created: 2017-10-26T17:35:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-24T14:59:30.000Z (almost 5 years ago)
- Last Synced: 2025-02-25T23:17:18.915Z (over 1 year ago)
- Topics: haskell, vim, vim-plugin, vimscript
- Language: Vim script
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hs-conceal
Plugin to automatically conceal `forall` and the like. For example,
```haskell
scope == mempty
```
would display as
```haskell
scope ≡ ∅
```
when you're not editing that line.
Works for Haskell, Idris, and PureScript.