summaryrefslogtreecommitdiff
path: root/lua/config/lsp/settings/sumneko_lua.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/config/lsp/settings/sumneko_lua.lua')
-rw-r--r--lua/config/lsp/settings/sumneko_lua.lua26
1 files changed, 13 insertions, 13 deletions
diff --git a/lua/config/lsp/settings/sumneko_lua.lua b/lua/config/lsp/settings/sumneko_lua.lua
index d7957c1..ebf039f 100644
--- a/lua/config/lsp/settings/sumneko_lua.lua
+++ b/lua/config/lsp/settings/sumneko_lua.lua
@@ -1,18 +1,18 @@
-- Config for a Lua language server.
return {
- settings = {
+ settings = {
- Lua = {
- diagnostics = {
- globals = { "vim" },
- },
- workspace = {
- library = {
- [vim.fn.expand("$VIMRUNTIME/lua")] = true,
- [vim.fn.stdpath("config") .. "/lua"] = true,
- },
- },
- },
- },
+ Lua = {
+ diagnostics = {
+ globals = { "vim" },
+ },
+ workspace = {
+ library = {
+ [vim.fn.expand "$VIMRUNTIME/lua"] = true,
+ [vim.fn.stdpath "config" .. "/lua"] = true,
+ },
+ },
+ },
+ },
}