8 lines
103 B
Lua
8 lines
103 B
Lua
local M = {
|
|
get_git_dir = function ()
|
|
end,
|
|
get_selection_numbers = function ()
|
|
end
|
|
}
|
|
|
|
return M
|