mirror of
https://github.com/neovim/neovim.git
synced 2026-09-13 09:31:04 +00:00
build: enable more EmmyLua checks
- call-non-callable - missing-fields - redefined-label - redefined-local - undefined-field - unreachable-code Promote redefined-local and unreachable-code to warnings. Fix DOS line-ending handling for multiline semantic tokens, and support intersection types in the help parser. AI-assisted
This commit is contained in:
committed by
Lewis Russell
parent
ec65796cea
commit
6a54396db4
@@ -10,12 +10,12 @@ local Capability = require('vim.lsp._capability')
|
||||
---@class (private) vim.lsp.codelens.RowLenses
|
||||
---@field lenses lsp.CodeLens[]
|
||||
---@field version? integer `TextDocument` version most recently applied to this row.
|
||||
---
|
||||
|
||||
---@class (private) vim.lsp.codelens.ClientState
|
||||
---@field row_lenses table<integer, vim.lsp.codelens.RowLenses>
|
||||
---@field namespace integer
|
||||
---@field version? integer `TextDocument` version current state corresponds to.
|
||||
---
|
||||
|
||||
---@class (private) vim.lsp.codelens.Provider : vim.lsp.Capability
|
||||
---@field active table<integer, vim.lsp.codelens.Provider>
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user