fix: ignore missing fields for LSP configuration options
parent
02dd6972b2
commit
e5ff5111a5
|
@ -36,6 +36,7 @@ return {
|
|||
-- "pyright"
|
||||
},
|
||||
-- customize language server configuration options passed to `lspconfig`
|
||||
---@diagnostic disable: missing-fields
|
||||
config = {
|
||||
-- clangd = { capabilities = { offsetEncoding = "utf-8" } },
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue