summaryrefslogtreecommitdiff
path: root/.luarc.json
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-04-16 00:32:04 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-04-16 00:32:04 +0800
commit82a759024b87ccd2aa828faef214a43ac18dacb5 (patch)
tree598cee32157e2a6ceee2336bea6829374d863464 /.luarc.json
parent8b315d6f1d1ed2e680014841b84c3a768a136bd9 (diff)
downloadlua-language-server-82a759024b87ccd2aa828faef214a43ac18dacb5.zip
inlay hint is enabled by default
Diffstat (limited to '.luarc.json')
-rw-r--r--.luarc.json3
1 files changed, 0 insertions, 3 deletions
diff --git a/.luarc.json b/.luarc.json
index 7be0e621..993be427 100644
--- a/.luarc.json
+++ b/.luarc.json
@@ -36,8 +36,5 @@
"script/meta",
"bin"
]
- },
- "hint": {
- "enable": true
}
}