-- Configure LSP return { { "neovim/nvim-lspconfig", opts = { servers = { ty = { enabled = true }, }, }, { "mason-org/mason.nvim", opts = { ensure_installed = { "ty" }, }, }, }, }