Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 466 Bytes

README.adoc

File metadata and controls

21 lines (14 loc) · 466 Bytes

nasvim

Very simple NAScript plugin for Vim. Supports:

  • Syntax highlighting

  • Detects *.nas files as NAScript files

  • Indents as tabs and keeps indentation on new lines

Installation

With Vundle, add this to your ~/.vimrc:

call vundle#begin()
Plugin 'dflat2/nasvim`
call vundle#end()

Then, restart Vim and run :PluginInstall. It should also work with other plugin managers.