Skip to content

Commit

Permalink
feat: lspinlayhint
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmx03 committed Jun 28, 2023
1 parent 20e1bf7 commit a4b7dd3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
build/
test
2 changes: 1 addition & 1 deletion lua/solarized/themes/default/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ return function()
set_hl('LspReferenceText', { link = 'Visual' }) -- used for highlighting "text" references
set_hl('LspReferenceRead', { link = 'Visual' }) -- used for highlighting "read" references
set_hl('LspReferenceWrite', { link = 'Visual' }) -- used for highlighting "write" references
set_hl('LspInlayHint', { fg = '#8f6b00' }) -- used for highlighting inlay hints

-- if you want to me to enable the highlight groups bellow, please send a screenshot for me to see how
-- they look like or how to config for me to test.

-- set_hl('LspInlayHint') -- used for highlighting inlay hints
-- set_hl('LspCodelens') -- Used to color the virtual text of the codelens.
-- set_hl('LspCodeLensSeparator') -- Used to color the separator between two or more code lenses.
-- set_hl('LspSignatureActiveParameter') -- Used to highlight the active parameter in the signature help. See
Expand Down
2 changes: 1 addition & 1 deletion lua/solarized/themes/neo/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ return function()
set_hl('LspReferenceText', { link = 'Visual' }) -- used for highlighting "text" references
set_hl('LspReferenceRead', { link = 'Visual' }) -- used for highlighting "read" references
set_hl('LspReferenceWrite', { link = 'Visual' }) -- used for highlighting "write" references
set_hl('LspInlayHint', { fg = '#8f6b00' }) -- used for highlighting inlay hints

-- if you want to me to enable the highlight groups bellow, please send a screenshot for me to see how
-- they look like or how to config for me to test.

-- set_hl('LspInlayHint') -- used for highlighting inlay hints
-- set_hl('LspCodelens') -- Used to color the virtual text of the codelens.
-- set_hl('LspCodeLensSeparator') -- Used to color the separator between two or more code lenses.
-- set_hl('LspSignatureActiveParameter') -- Used to highlight the active parameter in the signature help. See
Expand Down

0 comments on commit a4b7dd3

Please sign in to comment.