From ef063f72b48caf9c31dec670ddc489f05bad0949 Mon Sep 17 00:00:00 2001 From: shadmansaleh <13149513+shadmansaleh@users.noreply.github.com> Date: Sat, 23 Oct 2021 18:44:06 +0600 Subject: [PATCH] doc: fix default config missing comma --- README.md | 2 +- doc/lualine.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a666865..6962418 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ require'lualine'.setup { theme = 'auto', component_separators = { left = '', right = ''}, section_separators = { left = '', right = ''}, - disabled_filetypes = {} + disabled_filetypes = {}, always_divide_middle = true, }, sections = { diff --git a/doc/lualine.txt b/doc/lualine.txt index bc2aae6..3132616 100644 --- a/doc/lualine.txt +++ b/doc/lualine.txt @@ -105,7 +105,7 @@ Default config theme = 'auto', component_separators = { left = '', right = ''}, section_separators = { left = '', right = ''}, - disabled_filetypes = {} + disabled_filetypes = {}, always_divide_middle = true, }, sections = {