fork from a cucumber/vscode
Cucumber extension for coc.nvim
I don't use cucumber
regularly, so if you like cucumber, please refer or copy to this repository and create coc-cucumber by yourself.
vim-plug:
Plug 'yaegassy/coc-cucumber', {'do': 'yarn install --frozen-lockfile'}
The "filetype" must be cucumber
for this extension to work.
Install "cucumber" related plugin (e.g. tpope/vim-cucumber or sheerun/vim-polyglot).
Check the "contributes.configuration" section of package.json
.
MIT
This extension is built with create-coc-extension