mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
chore(lsp): use newly updated types
This commit is contained in:
parent
080fbecc8a
commit
6083cad707
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue