doc: more detailed type annotations for setup() call
This commit is contained in:
parent
259b1fbc84
commit
2cb39e838e
6 changed files with 49 additions and 7 deletions
|
|
@ -988,7 +988,7 @@ end
|
|||
|
||||
local _on_key_ns = 0
|
||||
---Initialize oil
|
||||
---@param opts nil|table
|
||||
---@param opts oil.setupOpts|nil
|
||||
M.setup = function(opts)
|
||||
local Ringbuf = require("oil.ringbuf")
|
||||
local config = require("oil.config")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue