elves / elvish

Powerful scripting language & versatile interactive shell
https://elv.sh/
BSD 2-Clause "Simplified" License
5.67k stars 299 forks source link

vim plugin for elvish #227

Open huiyiqun opened 8 years ago

huiyiqun commented 8 years ago

It's not easy to write script without highlight and completion.

huiyiqun commented 8 years ago

Following repo is under active development

https://github.com/huiyiqun/elvish.vim

dmix commented 7 years ago

I created a new Vim plugin based on @huiyiqun's with a much expanded syntax highlighter.

Note: I decided to create a new one instead of forking as I wanted to make some bigger structural changes, and add a README, track changes, etc.

https://github.com/dmix/elvish.vim

I'm open to any feature requests