From c4f9e9d8e787f308dbfe07705daa7b2f3e62b878 Mon Sep 17 00:00:00 2001 From: carsakiller Date: Fri, 24 Mar 2023 23:34:44 -0400 Subject: refactor: move configuration section to install --- README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index 86f0ba1c..ba4f9b41 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,7 @@ The Lua language server provides various language features for Lua to make devel - 📖 [Documentation Generation](https://github.com/LuaLS/lua-language-server/wiki/Export-Documentation) ## Install - -The language server can easily be installed for use in VS Code, but it can also be used by other clients using the command line. +The language server can be installed for use in Visual Studio Code, NeoVim, and any [other clients](https://microsoft.github.io/language-server-protocol/implementors/tools/) that support the [Language Server Protocol](https://microsoft.github.io/language-server-protocol/). The language server can the be configured using a [configuration file](https://github.com/LuaLS/lua-language-server/wiki/Configuration-File). ### Visual Studio Code [![Install in VS Code](https://img.shields.io/badge/VS%20Code-Install-blue?style=for-the-badge&logo=visualstudiocode "Install in VS Code")](https://marketplace.visualstudio.com/items?itemName=sumneko.lua) @@ -73,15 +72,6 @@ Are you able to [provide a translation](https://github.com/LuaLS/lua-language-se Thank you to [all contributors of translations](https://github.com/LuaLS/lua-language-server/commits/master/locale)! -## Configuration -Configuration of the server can be done in a number of ways, which are explained more in-depth in the [wiki](https://github.com/LuaLS/lua-language-server/wiki/Configuration-File). - -### Visual Studio Code -You can use the [settings editor](https://code.visualstudio.com/docs/getstarted/settings#_settings-editor) or edit the [raw JSON file](https://code.visualstudio.com/docs/getstarted/settings#_settingsjson). - -### Other -See the [configuration file wiki page](https://github.com/LuaLS/lua-language-server/wiki/Configuration-File). - ## Privacy The language server had **opt-in** telemetry that collected usage data and sent it to the development team to help improve the extension. Read our [privacy policy](https://github.com/LuaLS/lua-language-server/wiki/Home#privacy) to learn more. Telemetry was removed in `v3.6.5` and is no longer part of the language server. -- cgit v1.2.3