summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2020-05-25 17:19:12 +0800
committer最萌小汐 <sumneko@hotmail.com>2020-05-25 17:19:12 +0800
commit0583236680b16588c52c7c98ac5a3f8a7071b868 (patch)
tree70a94ab6abf90c68e7b1f9155797ec182b86bf13 /README.md
parent0ec1ab7966994f34eb4f8029b2ed664b7b5f27f9 (diff)
downloadlua-language-server-0583236680b16588c52c7c98ac5a3f8a7071b868.zip
#154 readme 添加 setting 指引
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 41bb37a8..364b7faf 100644
--- a/README.md
+++ b/README.md
@@ -83,6 +83,11 @@ Please [help me][en-US] improve the quality of `en-US`.
* [Build and Run (In VSCode)](https://github.com/sumneko/lua-language-server/wiki/Build-and-Run-(In-VSCode))
* [Build and Run (Standalone)](https://github.com/sumneko/lua-language-server/wiki/Build-and-Run-(Standalone))
+## Setting
+
+* In VSCode: Just use the setting of VSCode.
+* Standalone: See https://github.com/sumneko/lua-language-server/wiki/Setting-without-VSCode
+
## Credit
* [bee.lua](https://github.com/actboy168/bee.lua)