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

changeset 1015
21950cadff6b
parent 1014
b57969db48db
child 1022
d509e282ae10
equal deleted inserted replaced
1014:b57969db48db 1015:21950cadff6b
5 options = { 5 options = {
6 theme = "auto", 6 theme = "auto",
7 icons_enabled = false, 7 icons_enabled = false,
8 section_separators = "", 8 section_separators = "",
9 component_separators = "", 9 component_separators = "",
10 globalstatus = true
11 }, 10 },
12 tabline = { 11 tabline = {
13 lualine_a = { {'buffers', mode = 4} }, 12 lualine_a = { {'buffers', mode = 4} },
14 } 13 },
14 extensions = {"quickfix"},
15 } 15 }
16 }, 16 },
17 17
18 { 18 {
19 "lukas-reineke/indent-blankline.nvim", 19 "lukas-reineke/indent-blankline.nvim",

mercurial