nette.vim

March 23, 2018 ยท View on GitHub

Vim plugin for Nette Framework.

Features

  • Syntax highlight and indentation for NEON
  • Syntax highlight for Latte
  • Indentation check in NEON files - command NetteNeonCheck. Calls every time when file is saved.
  • Error-highlight deprecated macros, filters, etc. in Latte

Configuration

Disable error-highlight:

let g:nette_deprecated = 0

Installation

If you don't have a preferred installation method, one option is to install pathogen.vim, and then copy and paste:

cd ~/.vim/bundle
git clone https://github.com/fpob/nette.vim