master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 1588df9e39 - Show all commits

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

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