mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
fix: resolve all remaining LuaLS diagnostics
This commit is contained in:
committed by
Lewis Russell
parent
83479b95ab
commit
6aa42e8f92
@@ -201,6 +201,7 @@ local function highlight_man_page()
|
||||
api.nvim_buf_set_lines(0, 0, -1, false, lines)
|
||||
|
||||
for _, hl in ipairs(hls) do
|
||||
--- @diagnostic disable-next-line: deprecated
|
||||
api.nvim_buf_add_highlight(0, -1, HlGroups[hl.attr], hl.row, hl.start, hl.final)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user