From d8da8bc106bba7a636aaa7f769af44ea6a669c23 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 21 May 2022 03:49:41 +0000 Subject: docs: update server_configurations.md skip-checks: true --- doc/server_configurations.md | 6 ------ doc/server_configurations.txt | 6 ------ 2 files changed, 12 deletions(-) diff --git a/doc/server_configurations.md b/doc/server_configurations.md index 8dbc2f37..25c2f22e 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -5461,18 +5461,12 @@ initial requests (completion, location) upon starting as well as time to first d Completion results will include a workspace indexing progress message until the server has finished indexing. ```lua -local runtime_path = vim.split(package.path, ';') -table.insert(runtime_path, "lua/?.lua") -table.insert(runtime_path, "lua/?/init.lua") - require'lspconfig'.sumneko_lua.setup { settings = { Lua = { runtime = { -- Tell the language server which version of Lua you're using (most likely LuaJIT in the case of Neovim) version = 'LuaJIT', - -- Setup your lua path - path = runtime_path, }, diagnostics = { -- Get the language server to recognize the `vim` global diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index 8dbc2f37..25c2f22e 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -5461,18 +5461,12 @@ initial requests (completion, location) upon starting as well as time to first d Completion results will include a workspace indexing progress message until the server has finished indexing. ```lua -local runtime_path = vim.split(package.path, ';') -table.insert(runtime_path, "lua/?.lua") -table.insert(runtime_path, "lua/?/init.lua") - require'lspconfig'.sumneko_lua.setup { settings = { Lua = { runtime = { -- Tell the language server which version of Lua you're using (most likely LuaJIT in the case of Neovim) version = 'LuaJIT', - -- Setup your lua path - path = runtime_path, }, diagnostics = { -- Get the language server to recognize the `vim` global -- cgit v1.2.3-70-g09d2