all repos

gopher.nvim @ d1a21bffabd7e74b241bfea1016cf78befb3b122

Minimalistic plugin for Go development

gopher.nvim/.luarc.json(view raw)

1
2
3
4
5
6
7
8
9
10
{
    "diagnostics.globals": [
        "describe",
        "it",
        "before_each",
        "after_each",
        "before_all",
        "after_all"
    ]
}