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
- Host: GitHub
- URL: https://github.com/groteck/vim-elm-conceals
- Owner: groteck
- Created: 2019-03-16T16:51:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-17T18:11:49.000Z (about 7 years ago)
- Last Synced: 2025-03-13T01:42:12.643Z (about 1 year ago)
- Topics: elm, elm-lang, vim, vim-conceal, vim-elm, vim-plug, vim-plugin
- Language: Vim script
- Size: 27.3 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ->:

Pipe forward conceal |>:

Pipe backward conceal <|:

Composition forward conceal >>:

Composition backward conceal <<:
