some variety on macbook
This commit is contained in:
parent
1bbc50e3a9
commit
63e44654f1
19 changed files with 229 additions and 99 deletions
|
|
@ -2,6 +2,15 @@ return {
|
|||
{
|
||||
'folke/trouble.nvim',
|
||||
opts = {
|
||||
use_diagnostic_signs = true,
|
||||
signs = {
|
||||
-- icons / text used for a diagnostic
|
||||
error = '',
|
||||
warning = '',
|
||||
hint = '',
|
||||
information = '',
|
||||
other = '',
|
||||
},
|
||||
modes = {
|
||||
test = {
|
||||
mode = 'diagnostics',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue