完善lsp配置

This commit is contained in:
a770 2025-05-11 16:41:03 +08:00
parent 3c19610c4d
commit ad1ae84e5f
6 changed files with 80 additions and 96 deletions

View file

@ -12,7 +12,9 @@
"prefix": "return",
"body": [
"return {",
"\t${1}",
"\t\"${1}\",",
"\tdependencies = {",
"\t},",
"\tconfig = function()",
"\t\t${2}",
"\tend",