Skip to content

vcraescu/gotest.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gotest

Lua Neovim

Install

Lazy

return {
  "vcraescu/gotest.nvim",
  cmd = "GoTestNearest",
  opts = {}
}

Default config

{
  output = {
     focus = {
       fail = true, -- focus test results on fail
       success = false, -- focus test results on success
     },
     height = 15, -- height of the quickfix pane
     show = {
       fail = true,
       success = true,
     },
  },
  timeout = 30, -- test run timeout in seconds
  disable_test_cache = false, -- disable go test cache
  diagnostics = {
     enabled = true, -- show diagnostics
  },
}

Commands

:GoTestNearest

About

Neovim plugin to run golang tests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published