chore: fix typos (#507)

This commit is contained in:
Khang 2021-12-24 10:03:11 +08:00 committed by GitHub
parent a5b3895b57
commit afaa540333
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -331,7 +331,7 @@ options = {
theme = 'auto', -- lualine theme theme = 'auto', -- lualine theme
component_separators = {left = '', right = ''}, component_separators = {left = '', right = ''},
section_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 always_divide_middle = true, -- When true left_sections (a,b,c) can't
-- take over entiee statusline even -- take over entiee statusline even
-- when none of section x, y, z is present. -- when none of section x, y, z is present.

View File

@ -130,7 +130,7 @@ describe('Lualine', function()
) )
end) end)
it('works with icons diabled', function() it('works with icons disabled', function()
local conf = vim.deepcopy(config) local conf = vim.deepcopy(config)
conf.options.icons_enabled = false conf.options.icons_enabled = false
conf.options.section_separators = '' conf.options.section_separators = ''