mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 01:02:09 +00:00
fix: resolve all remaining LuaLS diagnostics
This commit is contained in:

committed by
Lewis Russell

parent
83479b95ab
commit
6aa42e8f92
4
runtime/lua/vim/_meta/api.lua
generated
4
runtime/lua/vim/_meta/api.lua
generated
@@ -3,6 +3,10 @@
|
||||
-- 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 = {}
|
||||
|
||||
--- @private
|
||||
|
Reference in New Issue
Block a user