mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +00:00
fix: resolve all remaining LuaLS diagnostics
This commit is contained in:
committed by
Lewis Russell
parent
83479b95ab
commit
6aa42e8f92
@ -72,6 +72,10 @@ local LUA_API_META_HEADER = {
|
||||
'-- DO NOT EDIT',
|
||||
"error('Cannot require a meta file')",
|
||||
'',
|
||||
'--- This file embeds vimdoc as the function descriptions',
|
||||
'--- so ignore any doc related errors.',
|
||||
'--- @diagnostic disable: undefined-doc-name,luadoc-miss-symbol',
|
||||
'',
|
||||
'vim.api = {}',
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user