fix typo [skip ci]
This commit is contained in:
parent
8a87c5507f
commit
b2f9a23962
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue