openingh.nvim/lua/openingh/utils.lua

9 lines
103 B
Lua
Raw Normal View History

2022-09-25 23:53:23 +03:00
local M = {
get_git_dir = function ()
end,
get_selection_numbers = function ()
end
}
return M