https://github.com/yaegassy/coc-cucumber
Cucumber extension for coc.nvim
https://github.com/yaegassy/coc-cucumber
coc-extensions coc-nvim cucumber gherkin neovim vim
Last synced: about 1 year ago
JSON representation
Cucumber extension for coc.nvim
- Host: GitHub
- URL: https://github.com/yaegassy/coc-cucumber
- Owner: yaegassy
- License: mit
- Created: 2022-03-03T09:50:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-03T10:15:04.000Z (over 4 years ago)
- Last Synced: 2025-04-20T00:45:18.707Z (about 1 year ago)
- Topics: coc-extensions, coc-nvim, cucumber, gherkin, neovim, vim
- Language: JavaScript
- Homepage:
- Size: 38.1 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# coc-cucumber
> fork from a [cucumber/vscode](https://github.com/cucumber/vscode)
Cucumber extension for [coc.nvim](https://github.com/neoclide/coc.nvim)

## !! Note & Warning !!
I don't use `cucumber` regularly, so if you like cucumber, please refer or copy to this repository and create coc-cucumber by yourself.
## Install
**vim-plug**:
```vim
Plug 'yaegassy/coc-cucumber', {'do': 'yarn install --frozen-lockfile'}
```
## Filetype related
The "filetype" must be `cucumber` for this extension to work.
Install "cucumber" related plugin (e.g. [tpope/vim-cucumber](https://github.com/tpope/vim-cucumber) or [sheerun/vim-polyglot](https://github.com/sheerun/vim-polyglot)).
## Configuration options
Check the "contributes.configuration" section of `package.json`.
## Thanks
-
-
## License
MIT
---
> This extension is built with [create-coc-extension](https://github.com/fannheyward/create-coc-extension)