From 0928fef6c23cbd3f73cfc76092d52715e09a5447 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Oct 2021 19:10:46 +0600 Subject: [PATCH] chore: generated vimdoc (#411) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- doc/lualine.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/lualine.txt b/doc/lualine.txt index 411efb5..c0c0cfe 100644 --- a/doc/lualine.txt +++ b/doc/lualine.txt @@ -400,6 +400,7 @@ will be. show_filename_only = true, -- shows shortened relative path when false show_modified_status = true -- shows indicator then bufder is modified max_length = vim.o.columns * 2 / 3, -- maximum width of buffers component + -- can also be a function that returns value of max_length dynamicaly filetype_names = { TelescopePrompt = 'Telescope', dashboard = 'Dashboard', @@ -531,6 +532,7 @@ will be. { 'tabs', max_length = vim.o.columns / 3, -- maximum width of tabs component + -- can also be a function that returns value of max_length dynamicaly mode = 0, -- 0 shows tab_nr -- 1 shows tab_name -- 2 shows tab_nr + tab_name