diff --git a/after/lsp/ty.lua b/after/lsp/ty.lua new file mode 100644 index 0000000..e30de6e --- /dev/null +++ b/after/lsp/ty.lua @@ -0,0 +1,9 @@ +return { + settings = { + ty = { + experimental = { + rename = true, + }, + }, + }, +}