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