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
Add scrollview_hide_bar_for_insert and scrollview_signs_hidden_for_insert settings.
Add an indent sign group.
Shows signs for unexpected indentation characters (e.g., tabs when expandtab is set)
Add a scrollview_hide_on_text_intersect option (experimental).
Use vim.on_key for mouse functionality instead of mappings (starting with Neovim v0.11).
Add a keywords sign group.
Shows signs for keywords like WARN, TODO, etc. (see :help scrollview-signs-keywords for customization info)
When right-clicking a sign, the corresponding sign group can be disabled by clicking the group name (on the top line of the popup), then selecting disable.