neovim: Restore some lost LSP config
This commit is contained in:
parent
6931683c55
commit
e90e16dafe
3 changed files with 26 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue