all repos

init.lua @ ce3ccfa

my nvim config
1 files changed, 1 insertions(+), 7 deletions(-)
feat(lualine): remove separator
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2023-01-15 12:00:49 +0200
Parent: 6b7b2e0
M lua/configs/lualine.lua

@@ -7,12 +7,6 @@ padding = 0,

}, diagnostic = { "diagnostics", sources = { "nvim_diagnostic" } }, location = { "location", padding = 1, colored = false }, - sep = { - function() - return "|" - end, - padding = 0, - }, lsp = { function() local clients = vim.lsp.get_active_clients { bufnr = 0 }

@@ -49,7 +43,7 @@ },

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