fix: code doc typo in lualine.lua (#540)
This commit is contained in:
parent
fd8fa5ddd8
commit
bc5c2f5658
|
@ -9,7 +9,7 @@ local modules = lualine_require.lazy_require({
|
||||||
utils_notices = 'lualine.utils.notices',
|
utils_notices = 'lualine.utils.notices',
|
||||||
config_module = 'lualine.config',
|
config_module = 'lualine.config',
|
||||||
})
|
})
|
||||||
local config -- Stores cureently applied config
|
local config -- Stores currently applied config
|
||||||
local new_config = true -- Stores config that will be applied
|
local new_config = true -- Stores config that will be applied
|
||||||
|
|
||||||
-- Helper for apply_transitional_separators()
|
-- Helper for apply_transitional_separators()
|
||||||
|
|
Loading…
Reference in New Issue