gopher.nvim/autoload/health/gopher.vim
Smirnov Oleksandr 9d6bc761d4
healthcheck: refactoring, remove deprecation wanings (#35)
* refactor(checkhealth): remove deprecation warnings, complete rewrite

* refactor(checkhealth): rename util file

* style(healthchecker): reformat lua in vim file

* refactor(health): move all report function into table
2023-07-17 18:31:21 +03:00

3 lines
83 B
VimL

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