mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 01:02:09 +00:00
refactor(lua): type annotations
This commit is contained in:

committed by
Lewis Russell

parent
924a7ef8bb
commit
14e4b6bbd8
@@ -126,7 +126,7 @@ end
|
||||
---
|
||||
--- The trust database is located at |$XDG_STATE_HOME|/nvim/trust.
|
||||
---
|
||||
---@param opts? vim.trust.opts
|
||||
---@param opts vim.trust.opts
|
||||
---@return boolean success true if operation was successful
|
||||
---@return string msg full path if operation was successful, else error message
|
||||
function M.trust(opts)
|
||||
|
Reference in New Issue
Block a user