neovim: Handle Mason breaking changes
This commit is contained in:
parent
3646bc6057
commit
6931683c55
6 changed files with 77 additions and 257 deletions
|
|
@ -108,6 +108,7 @@ local theme = lush(function(injected_functions)
|
|||
Error { fg = '#EEEEEE', bg = '#AF0000' }, -- Any erroneous construct
|
||||
Todo { fg = '#D70000' }, -- Anything that needs extra attention; mostly the keywords TODO FIXME and XXX
|
||||
|
||||
LspInlayHint { fg = '#777777' },
|
||||
LspReferenceText {} , -- Used for highlighting "text" references
|
||||
LspReferenceRead {} , -- Used for highlighting "read" references
|
||||
LspReferenceWrite {} , -- Used for highlighting "write" references
|
||||
|
|
|
|||
|
|
@ -108,6 +108,7 @@ local theme = lush(function(injected_functions)
|
|||
Error { fg = '#000000', bg = '#FF5F00' }, -- Any erroneous construct
|
||||
Todo { fg = '#FF0000' }, -- Anything that needs extra attention; mostly the keywords TODO FIXME and XXX
|
||||
|
||||
LspInlayHint { fg = '#015F00' },
|
||||
LspReferenceText {} , -- Used for highlighting "text" references
|
||||
LspReferenceRead {} , -- Used for highlighting "read" references
|
||||
LspReferenceWrite {} , -- Used for highlighting "write" references
|
||||
|
|
|
|||
Loading…
Reference in a new issue