mirror of
https://github.com/neovim/neovim.git
synced 2026-03-03 14:52:35 +10:00
6 lines
54 B
Lua
6 lines
54 B
Lua
return {
|
|
doit = function()
|
|
return 9003
|
|
end,
|
|
}
|