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