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