update trouble after rework
This commit is contained in:
parent
83b15578f1
commit
33c23c282c
3 changed files with 37 additions and 6 deletions
lua/plugin
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue