astro-nvim-v3 - change: turn off declare symbols basedpyright
This commit is contained in:
10
lsp/ty.lua
Normal file
10
lsp/ty.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
cmd = { 'ty', 'server' },
|
||||
filetypes = { 'python' },
|
||||
root_markers = { 'ty.toml', 'pyproject.toml', '.git', 'ruff.toml' },
|
||||
settings = {
|
||||
ty = {
|
||||
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user