Skip to content

rliebz/nvim-clover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Clover

A neovim plugin to highlight test coverage inline.

See :h nvim-clover for full documentation. Requires neovim >= 0.8.1.

Installation

Clover can be installed with any plugin manager and needs no special configuration.

With lazy.nvim:

require("lazy").setup({
  "rliebz/nvim-clover"
})

With packer.nvim:

use("rliebz/nvim-clover")

Language/Tool Support

Clover aims to be a generic coverage tool, but has limited language and tooling support. Feel free to open a pull request or issue as needed.

Runner Requirements Languages
Go Test go Go
Jest npx, jest Javascript, JSX, Typescript, TSX
Pytest pytest, coverage.py Python

Configuration from vim-test is read and attempted to be used if configured.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages