ty config

This commit is contained in:
Oliver Hartmann
2025-12-15 07:27:47 +00:00
parent f603d8af2e
commit 1588df9e39

9
after/lsp/ty.lua Normal file
View File

@@ -0,0 +1,9 @@
return {
settings = {
ty = {
experimental = {
rename = true,
},
},
},
}