Use ty again

This commit is contained in:
Maximilian Friedersdorff 2025-07-08 20:43:29 +01:00
parent 68de9ec1a8
commit 289aff0259
2 changed files with 10 additions and 8 deletions

View file

@ -5,13 +5,13 @@ return {
"neovim/nvim-lspconfig",
opts = {
servers = {
basedpyright = {
settings = {
basedpyright = {
typeCheckingMode = "basic",
},
},
},
ty = {},
},
},
{
"mason-org/mason.nvim",
opts = {
ensure_installed = { "ty" },
},
},
},