aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorHirokazu Hata <h.hata.ai.t@gmail.com>2020-06-02 23:34:49 +0900
committerGitHub <noreply@github.com>2020-06-02 23:34:49 +0900
commita200b417efc91bebf895c2e85a7b1c8d8613bcc3 (patch)
tree7a9e8588017edb3ce0967aeab6f4d2b7e98e889e /lua
parentMerge pull request #249 from neovim/healthcheck (diff)
parentFix wrong elixirls server name in doc (diff)
downloadnvim-lspconfig-a200b417efc91bebf895c2e85a7b1c8d8613bcc3.tar
nvim-lspconfig-a200b417efc91bebf895c2e85a7b1c8d8613bcc3.tar.gz
nvim-lspconfig-a200b417efc91bebf895c2e85a7b1c8d8613bcc3.tar.bz2
nvim-lspconfig-a200b417efc91bebf895c2e85a7b1c8d8613bcc3.tar.lz
nvim-lspconfig-a200b417efc91bebf895c2e85a7b1c8d8613bcc3.tar.xz
nvim-lspconfig-a200b417efc91bebf895c2e85a7b1c8d8613bcc3.tar.zst
nvim-lspconfig-a200b417efc91bebf895c2e85a7b1c8d8613bcc3.zip
Merge pull request #259 from wingyplus/elixirls-fix-typo
Fix wrong elixirls server name in doc
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim_lsp/elixirls.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim_lsp/elixirls.lua b/lua/nvim_lsp/elixirls.lua
index fe1d37e2..d0a2fbd6 100644
--- a/lua/nvim_lsp/elixirls.lua
+++ b/lua/nvim_lsp/elixirls.lua
@@ -90,7 +90,7 @@ This language server does not provide a global binary, but must be installed man
Fetching the elixir-ls repository from GitHub, compiling it and then installing it.
```lua
-require'nvim_lsp'.elixirLS.setup{
+require'nvim_lsp'.elixirls.setup{
-- Unix
cmd = { "path/to/language_server.sh" };
-- Windows