An open API service indexing awesome lists of open source software.

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

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.