stan-vim : Vim plugin for the Stan probabilistic programming language.
script karma |
Rating 31/15,
Downloaded by 1050 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
George Ho |
|
script type |
syntax |
|
description |
A Vim plugin for the Stan (http://mc-stan.org) probabilistic programming language.
Homepage: https://github.com/eigenfoo/stan-vim
Features include:
* Syntax highlighting of Stan types, keywords and built-in functions.
* Automatic indentation consistent the recommended Stan code style.
* Folding via code indentation.
* Autocompletion of Stan keywords and functions via the Vim built-in `omnifunc`. |
|
install details |
* For Vundle users, place this in your `.vimrc`:
Plugin 'eigenfoo/stan-vim'
then run the following in Vim:
:source %
:PluginInstall
* For Vundle versions < 0.10.2, replace `Plugin` with `Bundle` above.
* For NeoBundle users, replace `Plugin` with `NeoBundle` above.
* For VimPlug users, replace `Plugin` with `Plug` above.
* For Pathogen users, run the following from the terminal:
cd ~/.vim/bundle
git clone https://github.com/eigenfoo/stan-vim
* For manual installation, copy all files into your `~/.vim` directory. |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.148.250.255
|