mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-28 14:45:02 +02:00
Update init.lua
This commit is contained in:
parent
dfadb7e1c3
commit
ceb018d45d
1 changed files with 2 additions and 2 deletions
|
@ -35,9 +35,9 @@ local function r_inspect_settings(structure, limit, separator)
|
||||||
separator = separator:gsub("%.%[", "%[")
|
separator = separator:gsub("%.%[", "%[")
|
||||||
if type(structure) == "function" then
|
if type(structure) == "function" then
|
||||||
-- don't print functions
|
-- don't print functions
|
||||||
io.write("-- O", separator:sub(2), " = function ()\n")
|
io.write("-- lvim", separator:sub(2), " = function ()\n")
|
||||||
else
|
else
|
||||||
io.write("O", separator:sub(2), " = ", tostring(structure), "\n")
|
io.write("lvim", separator:sub(2), " = ", tostring(structure), "\n")
|
||||||
end
|
end
|
||||||
return limit - 1
|
return limit - 1
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue