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