fix diagnostics display

This commit is contained in:
Christian Nieves
2023-06-23 17:02:24 -05:00
parent 746df8195a
commit f6023bbd14

View File

@ -78,6 +78,7 @@ return {
{ {
"tabs", "tabs",
mode = 1, mode = 1,
use_mode_colors = true,
max_length = (vim.o.columns / 5) * 4, max_length = (vim.o.columns / 5) * 4,
fmt = function(name, context) fmt = function(name, context)
-- Show + if buffer is modified in tab -- Show + if buffer is modified in tab
@ -91,7 +92,7 @@ return {
}, },
}, },
lualine_b = { "branch" }, lualine_b = { "branch" },
lualine_c = { "filename" }, -- lualine_c = { "filename" },
lualine_c = { lualine_c = {
{ {
"diagnostics", "diagnostics",