Skip to content

Gee19/coc-cucumber

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coc-cucumber

fork from a cucumber/vscode

Cucumber extension for coc.nvim

coc-cucumber-demo

Install

vim-plug:

Plug 'Gee19/coc-cucumber', {'do': 'yarn install --frozen-lockfile'}

manually

git clone git@github.com:Gee19/coc-cucumber.git

cd ~/path/to/coc-cucumber

yarn && yarn build

Add the following to your vimrc:

set runtimepath^=~/path/to/coc-cucumber

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).

Quickstart

Add the following to your coc-settings.json:

  "cucumber.enable": true,
  "cucumber.glue": [
    "cypress/integration/**/*.cucumber.ts"
  ],
  "cucumber.features": [
    "cypress/integration/**/*.feature"
  ],

Configuration options

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

Thanks

License

MIT


This extension is built with create-coc-extension

About

Cucumber extension for coc.nvim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.0%
  • TypeScript 49.0%