all repos

gopher.nvim @ 0ed14a40d9799ac8d92aaf9eb1cd9be22ffd6b14

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