Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vskrishna1082/vim-cytosim

Vim/Neovim syntax highlighting for cytosim (*.cym) and cytosim preconfig (*.cym.tpl) files.
https://github.com/vskrishna1082/vim-cytosim

cytosim neovim syntax-highlighting vim

Last synced: about 1 month ago
JSON representation

Vim/Neovim syntax highlighting for cytosim (*.cym) and cytosim preconfig (*.cym.tpl) files.

Awesome Lists containing this project

README

        

## vim-cytosim

Vim/Neovim syntax highlighting and indentation for cytosim (`*.cym`) and cytosim
preconfig (`*.cym.tpl`) files.

### Installation

- vim-plug

```vim
Plug 'vskrishna1082/vim-cytosim'
```

- vundle

```vim
Plugin 'vskrishna1082/vim-cytosim'
```

- lazy.nvim

```lua
{
'vskrishna1082/vim-cytosim'
}
```

### Screenshots

![screenshot of cym file](./imgs/screenshot.png)