aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2021-12-04 16:31:53 +0000
committergithub-actions <github-actions@github.com>2021-12-04 16:31:53 +0000
commit7686b1877d094f6bbbddd1dd3c2feadbb6032e22 (patch)
tree32c71daffc5551854a48054245e650f01810daa4 /doc
parentdocs(lua): clarify sumneko `cmd` setting (diff)
downloadnvim-lspconfig-7686b1877d094f6bbbddd1dd3c2feadbb6032e22.tar
nvim-lspconfig-7686b1877d094f6bbbddd1dd3c2feadbb6032e22.tar.gz
nvim-lspconfig-7686b1877d094f6bbbddd1dd3c2feadbb6032e22.tar.bz2
nvim-lspconfig-7686b1877d094f6bbbddd1dd3c2feadbb6032e22.tar.lz
nvim-lspconfig-7686b1877d094f6bbbddd1dd3c2feadbb6032e22.tar.xz
nvim-lspconfig-7686b1877d094f6bbbddd1dd3c2feadbb6032e22.tar.zst
nvim-lspconfig-7686b1877d094f6bbbddd1dd3c2feadbb6032e22.zip
docs: update server_configurations.md
skip-checks: true
Diffstat (limited to 'doc')
-rw-r--r--doc/server_configurations.md2
-rw-r--r--doc/server_configurations.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md
index ee066da5..187788bc 100644
--- a/doc/server_configurations.md
+++ b/doc/server_configurations.md
@@ -6877,7 +6877,7 @@ table.insert(runtime_path, "lua/?.lua")
table.insert(runtime_path, "lua/?/init.lua")
require'lspconfig'.sumneko_lua.setup {
- cmd = { "/path/to/lua-language-server" };
+ cmd = { "/path/to/lua-language-server" }, -- full path to the binary
settings = {
Lua = {
runtime = {
diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt
index ee066da5..187788bc 100644
--- a/doc/server_configurations.txt
+++ b/doc/server_configurations.txt
@@ -6877,7 +6877,7 @@ table.insert(runtime_path, "lua/?.lua")
table.insert(runtime_path, "lua/?/init.lua")
require'lspconfig'.sumneko_lua.setup {
- cmd = { "/path/to/lua-language-server" };
+ cmd = { "/path/to/lua-language-server" }, -- full path to the binary
settings = {
Lua = {
runtime = {