set filename display options
This commit is contained in:
@@ -31,7 +31,16 @@ return {
|
|||||||
sections = {
|
sections = {
|
||||||
lualine_a = { "mode" },
|
lualine_a = { "mode" },
|
||||||
lualine_b = {
|
lualine_b = {
|
||||||
"filename",
|
{
|
||||||
|
"filename",
|
||||||
|
file_status = true,
|
||||||
|
newfile_status = true,
|
||||||
|
path = 4,
|
||||||
|
symbols = {
|
||||||
|
modified = "[+]",
|
||||||
|
readonly = "[-]",
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
lualine_c = {
|
lualine_c = {
|
||||||
"branch",
|
"branch",
|
||||||
|
|||||||
Reference in New Issue
Block a user