Skip to content

yaegassy/coc-cucumber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coc-cucumber

fork from a cucumber/vscode

Cucumber extension for 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:

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 or sheerun/vim-polyglot).

Configuration options

Check the "contributes.configuration" section of package.json.

Thanks

License

MIT


This extension is built with create-coc-extension