Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 997 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 997 Bytes

vim-eel

This plugin provides EEL2 language support! Including proper, good syntax and indentation files. These are made from the ground up (none of the terrible ones that try to just use one for C!).

Demo EEL Animation

It has:

  • Code autocomplete snippets and suggestions are NOW DEPRECATED and instead managed over at NlGHT/vim-reasyntax!! This also now has support for all the REAPER/ReaScript languages!
  • Correct syntax highlighting
  • Indentation support

Installation

Add this to your favourite plugin manager like vim-plug as such:

Plug 'NlGHT/vim-eel'

Using vim-reasyntax you can enable code snippets/autocomplete for EEL through UltiSnips in your .vimrc or other config file:

let g:reasyntax_languages = 'e' " available: 'elcp', default: ''