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

https://github.com/groteck/vim-elm-conceals

some extra conceals to make vim looks nicer
https://github.com/groteck/vim-elm-conceals

elm elm-lang vim vim-conceal vim-elm vim-plug vim-plugin

Last synced: 10 months ago
JSON representation

some extra conceals to make vim looks nicer

Awesome Lists containing this project

README

          

# elm-extra-conceals
This plugin adds extra conceals for the elm programming language.

## Installation
For vim-plug:

```vim
Plug 'groteck/vim-elm-conceals', { 'for': 'elm' }
```

For dein.vim:

```vim
call dein#add('groteck/vim-elm-conceals')
```

For manual installation(not recommended):

Extract the files and put them in your Neovim or .vim directory (usually $XDG_CONFIG_HOME/nvim/).

## Configuration
You can disable this plugin with:

```vim
let g:disable_elm_conceal=1
```

## Screenshots

Arrow conceal ->:

![Arrow conceal example](screeshots/arrow_example.png "arrow_example")

Pipe forward conceal |>:

![Pipe forward conceal example](screeshots/pipe_forward_example.png "pipe_forward_example")

Pipe backward conceal <|:

![Pipe backward conceal example](screeshots/pipe_backward_example.png "pipe_backward_example")

Composition forward conceal >>:

![Composition forward conceal example](screeshots/composition_forward_example.png "composition_forward_example")

Composition backward conceal <<:

![Composition backward conceal example](screeshots/composition_backward_example.png "composition_backward_example")