Skip to content

groteck/vim-elm-conceals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

elm-extra-conceals

This plugin adds extra conceals for the elm programming language.

Installation

For vim-plug:

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

For dein.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:

let g:disable_elm_conceal=1

Screenshots

Arrow conceal ->:

Arrow conceal example

Pipe forward conceal |>:

Pipe forward conceal example

Pipe backward conceal <|:

Pipe backward conceal example

Composition forward conceal >>:

Composition forward conceal example

Composition backward conceal <<:

Composition backward conceal example

Releases

No releases published

Packages

No packages published