aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2021-02-20 18:53:45 +0000
committerGithub Actions <actions@github>2021-02-20 18:53:45 +0000
commitdaed9bca0f245dc4570c129b1ed86d38628e274e (patch)
treeface929400749c3c69b1b5da338175e127862ee0
parentMerge pull request #748 from PhilT/typo-in-sumneko-lua (diff)
downloadnvim-lspconfig-daed9bca0f245dc4570c129b1ed86d38628e274e.tar
nvim-lspconfig-daed9bca0f245dc4570c129b1ed86d38628e274e.tar.gz
nvim-lspconfig-daed9bca0f245dc4570c129b1ed86d38628e274e.tar.bz2
nvim-lspconfig-daed9bca0f245dc4570c129b1ed86d38628e274e.tar.lz
nvim-lspconfig-daed9bca0f245dc4570c129b1ed86d38628e274e.tar.xz
nvim-lspconfig-daed9bca0f245dc4570c129b1ed86d38628e274e.tar.zst
nvim-lspconfig-daed9bca0f245dc4570c129b1ed86d38628e274e.zip
[docgen] Update CONFIG.md
skip-checks: true
-rw-r--r--CONFIG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONFIG.md b/CONFIG.md
index c39cf218..74b193e6 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -1115,7 +1115,7 @@ unzip elixir-ls.zip -d /path/to/elixir-ls
chmod +x /path/to/elixir-ls/language_server.sh
```
-**By default, elixir-ls doesn't have a `cmd` set.** This is because nvim-lspconfig does not make assumptions about your path. You must add the following to your init.vim or init.lua to set `cmd` to the absolute path ($HOME and ~ are not expanded) of you unzipped elixir-ls.
+**By default, elixir-ls doesn't have a `cmd` set.** This is because nvim-lspconfig does not make assumptions about your path. You must add the following to your init.vim or init.lua to set `cmd` to the absolute path ($HOME and ~ are not expanded) of your unzipped elixir-ls.
```lua
require'lspconfig'.elixirls.setup{
@@ -4314,7 +4314,7 @@ Lua language server.
`lua-language-server` can be installed by following the instructions [here](https://github.com/sumneko/lua-language-server/wiki/Build-and-Run-(Standalone)).
-**By default, lua-language-server doesn't have a `cmd` set.** This is because nvim-lspconfig does not make assumptions about your path. You must add the following to your init.vim or init.lua to set `cmd` to the absolute path ($HOME and ~ are not expanded) of you unzipped and compiled lua-language-server.
+**By default, lua-language-server doesn't have a `cmd` set.** This is because nvim-lspconfig does not make assumptions about your path. You must add the following to your init.vim or init.lua to set `cmd` to the absolute path ($HOME and ~ are not expanded) of your unzipped and compiled lua-language-server.
```lua
local system_name