[nvim] replace buffers in status line with just filename

This commit is contained in:
eleith 2023-04-09 06:32:20 +00:00
parent eeb1f14035
commit f958377e31
1 changed files with 3 additions and 10 deletions

View File

@ -13,23 +13,16 @@ return {
sections = {
lualine_a = { "mode" },
lualine_b = { "branch" },
lualine_c = {
{
"buffers",
separator = { right = "", left = "" },
},
},
lualine_c = { "filename" },
lualine_x = {},
lualine_y = {
"progress",
{
"diagnostics",
sources = { "nvim_diagnostic" },
sources = { "nvim_lsp", "nvim_diagnostic" },
},
},
lualine_z = {
"location",
},
lualine_z = { "location" },
},
inactive_sections = {
lualine_a = {},