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

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

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)

coc-cucumber-demo

## !! 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)