Home

Awesome

elvish.vim: A vim plugin for Elvish unix shell.

Features

Currently includes support for Elven language files (*.elv) with syntax highlighting, comment strings, and tabbing. Other features around coding Elvish will be added in the future.

Pull requests are welcome as the Elvish language evolves.

See test.elv for an example of various highlighting.

Install

Vim Plug

Plug 'dmix/elvish.vim', { 'on_ft': ['elvish']}

SpaceVim:

\ ['dmix/elvish.vim', { 'on_ft' : ['elvish']}]

Vundle:

Plugin 'dmix/elvish.vim'

Pathogen:

cd ~/.vim/bundle && \
git clone https://github.com/dmix/elvish.vim.git'

Change Log

Version 0.2

Version 0.1

TODO

License

MIT

Thanks to huiyiqun the initial version which I based this on his original elvish.vim