Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vskrishna1082/vim-cytosim
- Owner: vskrishna1082
- License: gpl-3.0
- Created: 2024-08-07T10:37:29.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-06T09:05:40.000Z (2 months ago)
- Last Synced: 2024-09-27T15:21:08.701Z (about 2 months ago)
- Topics: cytosim, neovim, syntax-highlighting, vim
- Language: Vim Script
- Homepage:
- Size: 92.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)