fix: ignore missing fields for LSP configuration options
This commit is contained in:
@ -36,6 +36,7 @@ return {
|
||||
-- "pyright"
|
||||
},
|
||||
-- customize language server configuration options passed to `lspconfig`
|
||||
---@diagnostic disable: missing-fields
|
||||
config = {
|
||||
-- clangd = { capabilities = { offsetEncoding = "utf-8" } },
|
||||
},
|
||||
|
Reference in New Issue
Block a user