diff --git a/doc/lualine.txt b/doc/lualine.txt index ec038ee..8aedd05 100644 --- a/doc/lualine.txt +++ b/doc/lualine.txt @@ -614,6 +614,7 @@ Component specific options These are options that are available on { 'filename', file_status = true, -- Displays file status (readonly status, modified status) + newfile_status = false -- Display new file status (new file means no write after created) path = 0, -- 0: Just the filename -- 1: Relative path -- 2: Absolute path @@ -625,6 +626,7 @@ Component specific options These are options that are available on modified = '[+]', -- Text to show when the file is modified. readonly = '[-]', -- Text to show when the file is non-modifiable or readonly. unnamed = '[No Name]', -- Text to show for unnamed buffers. + newfile = '[New]', -- Text to show for new created file before first writting } } }