Skip to content

This plugin provides a ginkgo adapter for the neotest framework.

License

Notifications You must be signed in to change notification settings

swimablefish/nvim-ginkgo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nvim-ginkgo

This plugin provides a ginkgo adapter for the Neotest framework.

Installation

Install with the package manager of your choice:

{
  "nvim-neotest/neotest",
  lazy = true,
  dependencies = {
    "nvim-contrib/nvim-ginkgo",
  },
  config = function()
    require("neotest").setup({
      ...,
      adapters = {
        require("nvim-ginkgo")
      },
    }
  end
}

Notice

This project is still in the early stages of development. Please use it on your own risk.

About

This plugin provides a ginkgo adapter for the neotest framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%