neovim
Neovim text editor
git clone
https://git.dasho.dev/neovim.git
Log
|
Files
|
Refs
|
README
health.lua (61B)
1
local
M
=
{}
2
3
M
.
check
=
function
()
4
return
{}
5
end
6
7
return
M