Use ty for linting

This commit is contained in:
Maximilian Friedersdorff 2025-06-09 13:58:14 +01:00
parent 7a77ab8abb
commit b9a7950c96
2 changed files with 2 additions and 8 deletions

View file

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