fix diagnostics display
This commit is contained in:
@ -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",
|
||||||
|
Reference in New Issue
Block a user