https://github.com/cylc/cylc.vim
[Neo]Vim plugin for Cylc language support
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.3%) to scientific vocabulary
Keywords
Repository
[Neo]Vim plugin for Cylc language support
Basic Info
- Host: GitHub
- Owner: cylc
- License: bsd-3-clause
- Language: Vim Script
- Default Branch: main
- Size: 29.3 KB
Statistics
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
cylc.vim
Vim plugin providing support for the Cylc language.
Cylc Website |
Contributing |
Forum |
Installation
It is recommended to install as a Vim package
(see :help packages):
bash
mkdir -p ~/.vim/pack/vendor/start
cd ~/.vim/pack/vendor/start
git clone https://github.com/cylc/cylc.vim.git
Otherwise, use your favourite plugin manager.
Examples
Vim Plug:
vim
" .vimrc
call plug#begin()
Plug 'vsherratt/cylc.vim'
call plug#end()
LazyVim:
lua
-- lua/plugins/cylc.lua
return {
-- add cylc.vim extension
{
"cylc/cylc.vim",
}
}
Usage
Cylc syntax is linked to standard vim highlighting groups, so should already be consistent with any colour scheme.
Syntax-based folding is enabled; if you want to open files with folds initially open, then add the following line to your vimrc:
vim
set foldlevelstart=99
Developing
Contributions welcome, read the contributing page and add yourself to the contributors list with your first pull request.
Copyright and Terms of Use
Copyright (C) 2008-2023 NIWA & British Crown (Met Office) & Contributors.
Owner
- Name: The Cylc Workflow Engine
- Login: cylc
- Kind: organization
- Email: hilary.oliver@niwa.co.nz
- Location: Wellington, New Zealand
- Website: https://cylc.github.io
- Repositories: 20
- Profile: https://github.com/cylc
A workflow engine for cycling systems.
GitHub Events
Total
- Watch event: 2
- Delete event: 1
- Issue comment event: 2
- Push event: 2
- Pull request review event: 2
- Pull request event: 3
- Create event: 1
Last Year
- Watch event: 2
- Delete event: 1
- Issue comment event: 2
- Push event: 2
- Pull request review event: 2
- Pull request event: 3
- Create event: 1
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 3
- Average time to close issues: N/A
- Average time to close pull requests: 6 months
- Total issue authors: 0
- Total pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 2.33
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: 18 minutes
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 1.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- oliver-sanders (2)
- vsherratt (2)