Watch
1
0
Fork
You've already forked dotfiles
0

neovim: Restore some lost LSP config

This commit is contained in:
Jeremy Kaplan 2025-10-18 13:15:11 -04:00
commit e90e16dafe
3 changed files with 26 additions and 2 deletions

View file

@ -108,7 +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' },
LspInlayHint { Comment },
LspReferenceText {} , -- Used for highlighting "text" references
LspReferenceRead {} , -- Used for highlighting "read" references
LspReferenceWrite {} , -- Used for highlighting "write" references

View file

@ -108,7 +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' },
LspInlayHint { Comment },
LspReferenceText {} , -- Used for highlighting "text" references
LspReferenceRead {} , -- Used for highlighting "read" references
LspReferenceWrite {} , -- Used for highlighting "write" references