mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +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