diff options
author | alwo <albrecht.woess@signum.plus> | 2023-04-19 16:54:38 +0200 |
---|---|---|
committer | alwo <albrecht.woess@signum.plus> | 2023-04-19 16:54:38 +0200 |
commit | cff12c89285d5039cb24634b737837e8a94399f5 (patch) | |
tree | 79dad2aae5b314aac4341dbfa7c1c8f155d4e9dd | |
parent | be232fcf95aab66d751b5dbaff9ccaf06299cc8e (diff) | |
parent | e024187555361038d3636e2d33ad3440cf2320b7 (diff) | |
download | lua-language-server-cff12c89285d5039cb24634b737837e8a94399f5.zip |
Merge remote-tracking branch 'upstream/master'
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -37,9 +37,11 @@ The language server can be installed for use in Visual Studio Code, NeoVim, and The language server and Visual Studio Code client can be installed from [the VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=sumneko.lua). ### NeoVim -[![Install for NeoVim](https://img.shields.io/badge/NeoVim-Install-blue?style=for-the-badge&logo=neovim "Install for NeoVim")](https://dev.to/vonheikemen/getting-started-with-neovims-native-lsp-client-in-the-year-of-2022-the-easy-way-bp3) +[![Install for NeoVim](https://img.shields.io/badge/NeoVim-Install-blue?style=for-the-badge&logo=neovim "Install for NeoVim")](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#lua_ls) -You can read [Heiker's guide](https://dev.to/vonheikemen/getting-started-with-neovims-native-lsp-client-in-the-year-of-2022-the-easy-way-bp3) for getting set up from scratch. +View the installation instructions for NeoVim in the [nvim-lspconfig repo](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#lua_ls). + +For a guide to getting started from scratch using Mason, read [Heiker's guide](https://dev.to/vonheikemen/getting-started-with-neovims-native-lsp-client-in-the-year-of-2022-the-easy-way-bp3). ### Command Line [![Install for command line](https://img.shields.io/badge/Command%20Line-Install-blue?style=for-the-badge&logo=windowsterminal "Install for command line")](https://github.com/LuaLS/lua-language-server/wiki/Getting-Started#command-line) |