/nvim-ginkgo

This plugin provides a ginkgo adapter for the Neotest framework.

Primary LanguageLuaMIT LicenseMIT

nvim-ginkgo

This plugin provides a ginkgo adapter for the Neotest framework.

📦 Installation

Install with the package manager of your choice:

Lazy

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

⚠️ Notice

This project is forked from nvim-extensions which was still in the early stages of development. Please use at your own risk.