update trouble after rework

This commit is contained in:
xesc 2024-06-17 21:12:05 +02:00
parent 83b15578f1
commit 33c23c282c
3 changed files with 37 additions and 6 deletions
lua/plugin

View file

@ -73,7 +73,7 @@ return {
'diagnostics',
color = { gui = 'bold', bg = '#141617' },
sections = { 'error', 'warn', 'info', 'hint' },
symbols = { error = "󰈸 ", warn = "", info = "", hint = "󰌶 " },
symbols = { error = " ", warn = "", info = "", hint = " " },
padding = 1,
update_in_insert = true
},