.config/nvim/lua/plugins/ui.lua

changeset 1045
456c039881a8
parent 1022
d509e282ae10
child 1064
fcfa295076a8
equal deleted inserted replaced
1044:8b90bfdedd2b 1045:456c039881a8
15 theme = "auto", 15 theme = "auto",
16 icons_enabled = false, 16 icons_enabled = false,
17 section_separators = "", 17 section_separators = "",
18 component_separators = "", 18 component_separators = "",
19 }, 19 },
20 sections = {
21 lualine_a = {'mode'},
22 lualine_b = {'filename'},
23 lualine_c = {'diagnostics'},
24 lualine_x = {'encoding', 'fileformat'},
25 lualine_y = {'filetype'},
26 lualine_z = {'progress', 'location'}
27 },
20 tabline = { 28 tabline = {
21 lualine_a = { {'buffers', mode = 4} }, 29 lualine_a = { {'buffers', mode = 4, show_filename_only = false} },
30 lualine_z = { 'branch' },
22 }, 31 },
23 extensions = {"quickfix"}, 32 extensions = {"quickfix"},
24 } 33 }
25 }, 34 },
26 35

mercurial