mirror of
https://github.com/neovim/neovim.git
synced 2026-02-22 18:30:39 +10:00
6 lines
54 B
Lua
6 lines
54 B
Lua
return {
|
|
doit = function()
|
|
return 9003
|
|
end,
|
|
}
|