all repos

gopher.nvim @ d1a21bffabd7e74b241bfea1016cf78befb3b122

Minimalistic plugin for Go development

gopher.nvim/autoload/health/gopher.vim(view raw)

1
2
3
function! health#gopher#check()
  lua require("gopher.health").check()
endfunction