chore(lsp): use newly updated types

This commit is contained in:
Aaron Pham 2024-08-16 10:44:10 -04:00 committed by GitHub
parent 080fbecc8a
commit 6083cad707
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ return {
---@class PluginLspOpts
local ret = {
-- options for vim.diagnostic.config()
---@type vim.diagnostic.Opts
---@type vim.diagnostic.config.Opts
diagnostics = {
underline = true,
update_in_insert = false,