---@type vim.lsp.Config return { init_options = { completion = { disableSnippets = true, }, diagnostics = { enable = true, }, }, }