Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.15 KB

readme.md

File metadata and controls

45 lines (33 loc) · 1.15 KB

Architect for Vim

Architect Logo

Vim plugin with full support for all standard OpenJS Architect file format syntax, including:

  • Pragmas
  • Scalar values: (string, number, boolean)
  • Complex values: (array, vector, map)
  • Comments (of course)

Automatically detects common Architect files, including:

  • app.arc + .arc - primary project manifests)
  • prefs.arc + preferences.arc - local Sandbox preferences, including env vars
  • config.arc + .arc-config - function configs

Learn more about the Architect format here

Installation

Download with your favorite package manager.

" Vim-Plug
Plug 'architect/vim-plugin'
" Vundle
Plugin 'architect/vim-plugin'
-- Packer
use 'architect/vim-plugin'

If you prefer to use vim's built-in package manager run :help packages and follow the instructions from there.