fix: ignore missing fields for LSP configuration options
This commit is contained in:
@ -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" } },
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user