chore: fix typos (#507)
This commit is contained in:
parent
a5b3895b57
commit
afaa540333
|
@ -331,7 +331,7 @@ options = {
|
|||
theme = 'auto', -- lualine theme
|
||||
component_separators = {left = '', right = ''},
|
||||
section_separators = {left = '', right = ''},
|
||||
disabled_filetypes = {}, -- filetypes to diable lualine on
|
||||
disabled_filetypes = {}, -- filetypes to disable lualine on
|
||||
always_divide_middle = true, -- When true left_sections (a,b,c) can't
|
||||
-- take over entiee statusline even
|
||||
-- when none of section x, y, z is present.
|
||||
|
|
|
@ -130,7 +130,7 @@ describe('Lualine', function()
|
|||
)
|
||||
end)
|
||||
|
||||
it('works with icons diabled', function()
|
||||
it('works with icons disabled', function()
|
||||
local conf = vim.deepcopy(config)
|
||||
conf.options.icons_enabled = false
|
||||
conf.options.section_separators = ''
|
||||
|
|
Loading…
Reference in New Issue