Closed Nandax00 closed 4 months ago
Looks as follows:
I have used the following Lualine config:
require("lualine").setup { sections = { lualine_b = { "diagnostics" }, lualine_c = { { "filename", newfile_status = true, path = 1, -- relative path symbols = { modified = " ●" }, } }, }, tabline = { lualine_a = { { "tabs", mode = 2, -- tabnumber + filename use_mode_colors = true, symbols = { modified = " ●" }, } }, lualine_b = { "branch", "diff" }, }, }
closes #61.
Applied suggestions from #85.
Looks as follows:
I have used the following Lualine config:
closes #61.