chore: cleanup and format style changes
This commit is contained in:
@@ -17,6 +17,8 @@ local M = {
|
||||
|
||||
---@param user_cfg Config
|
||||
---@return Config
|
||||
function M.make_config(user_cfg) return user_cfg and vim.tbl_extend("force", M.default, user_cfg) or M.default end
|
||||
function M.make_config(user_cfg)
|
||||
return user_cfg and vim.tbl_extend("force", M.default, user_cfg) or M.default
|
||||
end
|
||||
|
||||
return M
|
||||
|
||||
Reference in New Issue
Block a user