all repos

init.lua @ 6401ca7ebc85bf7844137c93bb0cb1a879e40068

my nvim config
1 files changed, 3 insertions(+), 3 deletions(-)
updated lualine
Author: neoteny ss2316544@gmail.com
Committed at: 2022-01-03 15:00:27 +0200
Parent: 0514a1d
M lua/plugin/statusline.lua

@@ -7,14 +7,14 @@ theme = "catppuccin",

component_separators = { "", "" }, section_separators = { "", "" }, disabled_filetypes = { "NvimTree", "Telescope" }, + always_divide_middle = false, }, sections = { - lualine_a = { "branch", "diff" }, + lualine_a = { "branch" }, lualine_b = { "filename" }, lualine_c = {}, - lualine_x = {}, + lualine_x = { "diff" }, lualine_y = { { "diagnostics", sources = { "nvim_diagnostic" } } }, - lualine_z = { "location" }, }, }