You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(diagnostic): prefer the signs from vim.diagnostic.config()
Using vim.fn.sign_define for diagnostic signs is deprecated.
This commit will still fall back on those deprecated sign definitions,
if the new ones created via `vim.diagnostic.config()` are not defined.
This code is largely taken from
#3146
with minor adjustments to actually make it work this time.
0 commit comments