Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit b429c0a

Browse files
author
songliyu
committed
Change color DiagnosticUnnecessary to Conceal.
1 parent c5f843a commit b429c0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/ysl/init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ vim.api.nvim_create_autocmd('ColorScheme', {
119119
vim.api.nvim_set_hl(0, 'LineNr', { fg = fg_conceal })
120120
vim.api.nvim_set_hl(0, 'LineNrAbove', { fg = fg_conceal })
121121
vim.api.nvim_set_hl(0, 'LineNrBelow', { fg = fg_conceal })
122+
vim.api.nvim_set_hl(0, 'DiagnosticUnnecessary', { fg = fg_conceal })
122123

123124
vim.api.nvim_set_hl(0, 'AerialLine', { reverse = true })
124125

0 commit comments

Comments
 (0)