Watch
1
0
Fork
You've already forked dotfiles
0

neovim: Handle Mason breaking changes

This commit is contained in:
Jeremy Kaplan 2025-10-18 00:20:30 -04:00
commit 6931683c55
6 changed files with 77 additions and 257 deletions

View file

@ -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

View file

@ -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