docs(readme): correct config snippet type annotation

This commit is contained in:
Marc Jakobi
2024-06-16 13:04:17 +02:00
committed by GitHub
parent 09b0df581d
commit e123d22f2f
+1 -1
View File
@@ -91,7 +91,7 @@ You can override the function used to load plugins.
```lua
vim.g.lz_n = {
---@type fun(string: name)
---@type fun(name: string)
load = vim.cmd.packadd,
}
```