Skip to content

v6.1.0

Compare
Choose a tag to compare
@dstein64 dstein64 released this 15 Mar 19:00
· 21 commits to main since this release
  • 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.