diff options
author | carsakiller <carsakiller@gmail.com> | 2023-03-24 23:34:44 -0400 |
---|---|---|
committer | carsakiller <carsakiller@gmail.com> | 2023-03-24 23:34:44 -0400 |
commit | c4f9e9d8e787f308dbfe07705daa7b2f3e62b878 (patch) | |
tree | 0f8a4a5df4fada55407f9384cec37c7cdbd12cb9 | |
parent | c87720ed9d070362741cd9313e3f0e34b6060474 (diff) | |
download | lua-language-server-c4f9e9d8e787f308dbfe07705daa7b2f3e62b878.zip |
refactor: move configuration section to install
-rw-r--r-- | README.md | 12 |
1 files changed, 1 insertions, 11 deletions
@@ -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. |