all repos

init.lua @ e5ad841

my nvim config
1 files changed, 2 insertions(+), 2 deletions(-)
feat(lualine): update items order
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2022-07-18 23:43:26 +0300
Parent: bf8c461
M lua/configs/statusline.lua

@@ -45,7 +45,7 @@ lualine_a = { c.mode },

lualine_b = { "filename" }, lualine_c = { "branch", c.diagnostic }, lualine_x = { c.lsp, "diff" }, - lualine_y = {}, - lualine_z = { c.location }, + lualine_y = { c.location }, + lualine_z = {}, }, }