fix: code doc typo in lualine.lua (#540)

This commit is contained in:
Jascha van Aalst 2022-01-09 17:30:19 +01:00 committed by GitHub
parent fd8fa5ddd8
commit bc5c2f5658
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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()