Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lua/lspsaga/highlight.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ local function hi_define()
SagaSpinner = { link = 'Statement' },
SagaText = { link = 'Comment' },
SagaSelect = { link = 'String' },
SagaSep = { fg = 'white', bg = 'none' },
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think Neovim defaults to the Normal when this one was not found. maybe better default needs to be defined, please feel free to change it

SagaSearch = { link = 'Search' },
SagaFinderFname = { link = 'Function' },
SagaDetail = { link = 'Comment' },
Expand Down