mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-30 14:49:43 +02:00
fix: typos in lua/
This commit is contained in:
parent
f3c44ce3a9
commit
9fc6a2e1cd
3 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@ local function r_inspect_settings(structure, limit, separator)
|
|||
|
||||
if ts == "table" then
|
||||
for k, v in pairs(structure) do
|
||||
-- replace non alpha keys wih ["key"]
|
||||
-- replace non alpha keys with ["key"]
|
||||
if tostring(k):match "[^%a_]" then
|
||||
k = '["' .. tostring(k) .. '"]'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue