An open API service indexing awesome lists of open source software.

https://github.com/mitchpaulus/neobem-vim

Syntax highlighting for Neobem file (neobem.io) in Vim/Neovim
https://github.com/mitchpaulus/neobem-vim

energyplus neobem vim vim-plugin

Last synced: 2 months ago
JSON representation

Syntax highlighting for Neobem file (neobem.io) in Vim/Neovim

Awesome Lists containing this project

README

        

# Neobem Syntax Highlighting

This plugin provides syntax highlighting for [Neobem](https://neobem.io),
a domain specific language that targets [EnergyPlus](https://energyplus.net/) idf files as the output.

## Installation

Most people will typically install plugins through a plugin manager,
such as [vim-plug](https://github.com/junegunn/vim-plug).

In the more recent versions of Vim/Neovim,
you can clone this repository directly to a location in the `packpath`:

```sh
# Vim
mkdir -p ~/.vim/pack/yourpackagename/start
git clone https://github.com/mitchpaulus/neobem-vim.git ~/.vim/pack/yourpackagename/start/neobem-vim
```

```sh
# Neovim
mkdir -p ~/.local/share/nvim/site/pack/yourpackagename/start/
git clone https://github.com/mitchpaulus/neobem-vim.git ~/.local/share/nvim/site/pack/yourpackagename/start/neobem-vim
```