aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/lua_ls.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/lua_ls.lua')
-rw-r--r--lsp/lua_ls.lua18
1 files changed, 8 insertions, 10 deletions
diff --git a/lsp/lua_ls.lua b/lsp/lua_ls.lua
index 97bb6f5e..e5bed3f6 100644
--- a/lsp/lua_ls.lua
+++ b/lsp/lua_ls.lua
@@ -41,25 +41,23 @@
--- workspace = {
--- checkThirdParty = false,
--- library = {
---- vim.env.VIMRUNTIME
+--- vim.env.VIMRUNTIME,
--- -- Depending on the usage, you might want to add additional paths
--- -- here.
---- -- '${3rd}/luv/library'
---- -- '${3rd}/busted/library'
---- }
+--- -- '${3rd}/luv/library',
+--- -- '${3rd}/busted/library',
+--- },
--- -- Or pull in all of 'runtimepath'.
--- -- NOTE: this is a lot slower and will cause issues when working on
--- -- your own configuration.
--- -- See https://github.com/neovim/nvim-lspconfig/issues/3189
---- -- library = {
---- -- vim.api.nvim_get_runtime_file('', true),
---- -- }
---- }
+--- -- library = vim.api.nvim_get_runtime_file('', true),
+--- },
--- })
--- end,
--- settings = {
---- Lua = {}
---- }
+--- Lua = {},
+--- },
--- })
--- ```
---