fix typo [skip ci]

This commit is contained in:
Smirnov Oleksandr 2022-06-27 16:50:46 +03:00
parent 8a87c5507f
commit b2f9a23962

View file

@ -10,7 +10,7 @@ local M = {
}, },
} }
---PLugin setup function ---Plugin setup function
---@param opts table user options ---@param opts table user options
function M.setup(opts) function M.setup(opts)
M.config = vim.tbl_deep_extend("force", M.config, opts) M.config = vim.tbl_deep_extend("force", M.config, opts)