vim.lsp.config("typos_lsp", { settings = { filetypes = { 'java', 'go' }, }, init_options = { diagnosticSeverity = "Hint", } })