mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
refactor: fix luals warnings
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
local uv = vim.uv
|
||||
local uri_encode = vim.uri_encode
|
||||
local uri_encode = vim.uri_encode --- @type function
|
||||
|
||||
--- @type (fun(modename: string): fun()|string)[]
|
||||
local loaders = package.loaders
|
||||
|
||||
Reference in New Issue
Block a user