Files
neovim/test/functional/fixtures/lua/test_plug/submodule_empty/health.lua
2022-02-09 10:18:22 +08:00

8 lines
61 B
Lua

local M = {}
M.check = function()
return {}
end
return M