close
Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Latest commit

 

History

History
31 lines (23 loc) · 750 Bytes

File metadata and controls

31 lines (23 loc) · 750 Bytes

nette.vim

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