We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hard-coding the highlights does clash with most colorschmemes, overriding them is inconvenient for the user.
A solution is to link to nvims built-in highlights:
hi! link ObsidianTodo DiagnosticError hi! link ObsidianDone DiagnosticOk hi! link ObsidianRightArrow SpecialChar hi! link ObsidianTilde DiagnosticFloatingHint hi! link ObsidianImportant DiagnosticError hi! link ObsidianBullet SpecialChar hi! link ObsidianRefText Tag hi! link ObsidianExtLinkIcon Tag hi! link ObsidianTag Tag hi! link ObsidianBlockID Tag hi! link ObsidianHighlightText Search
This should also solve #755.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🚀 The feature, motivation and pitch
Hard-coding the highlights does clash with most colorschmemes, overriding them is inconvenient for the user.
A solution is to link to nvims built-in highlights:
Additional context
This should also solve #755.
The text was updated successfully, but these errors were encountered: