ci: add lsp to diagnostics

This commit is contained in:
Alexander Courtis
2023-12-30 15:07:27 +11:00
parent 15328856a0
commit 4d836e8ca0
4 changed files with 8 additions and 5 deletions

View File

@@ -4,9 +4,6 @@ local log = require "nvim-tree.log"
local M = {}
---TODO add "$VIMRUNTIME" to "workspace.library" and use the @enum instead of this integer
---@alias lsp.DiagnosticSeverity integer
---COC severity level strings to LSP severity levels
---@enum COC_SEVERITY_LEVELS
local COC_SEVERITY_LEVELS = {