aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/sumneko_lua.lua
diff options
context:
space:
mode:
authorMichael Lingelbach <m.j.lbach@gmail.com>2021-02-20 10:53:26 -0800
committerGitHub <noreply@github.com>2021-02-20 10:53:26 -0800
commite59193490602d71473d03bc73554346bc15d14e2 (patch)
treedc7235c8bd847f2605618c9d390042e4df611c05 /lua/lspconfig/sumneko_lua.lua
parent[docgen] Update CONFIG.md (diff)
parentFix typo in instructions (diff)
downloadnvim-lspconfig-e59193490602d71473d03bc73554346bc15d14e2.tar
nvim-lspconfig-e59193490602d71473d03bc73554346bc15d14e2.tar.gz
nvim-lspconfig-e59193490602d71473d03bc73554346bc15d14e2.tar.bz2
nvim-lspconfig-e59193490602d71473d03bc73554346bc15d14e2.tar.lz
nvim-lspconfig-e59193490602d71473d03bc73554346bc15d14e2.tar.xz
nvim-lspconfig-e59193490602d71473d03bc73554346bc15d14e2.tar.zst
nvim-lspconfig-e59193490602d71473d03bc73554346bc15d14e2.zip
Merge pull request #748 from PhilT/typo-in-sumneko-lua
Fix typo in instructions
Diffstat (limited to 'lua/lspconfig/sumneko_lua.lua')
-rw-r--r--lua/lspconfig/sumneko_lua.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lspconfig/sumneko_lua.lua b/lua/lspconfig/sumneko_lua.lua
index c42689e2..60176c19 100644
--- a/lua/lspconfig/sumneko_lua.lua
+++ b/lua/lspconfig/sumneko_lua.lua
@@ -20,7 +20,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