Very simple NAScript plugin for Vim. Supports:
-
Syntax highlighting
-
Detects
*.nas
files as NAScript files -
Indents as tabs and keeps indentation on new lines
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.