GitPedia
b0o

b0o/incline.nvim

๐ŸŽˆ Floating statuslines for Neovim

2 Releases
Latest: 4y ago
v0.0.3Latest
b0ob0oยท4y agoยทApril 29, 2022
GitHub

๐Ÿ“‹ Changes

  • Breaking: window.options.winhighlight is deprecated
  • Feat: Add highlight support
  • Feat: Support hiding Incline on the only window in a tabpage
  • Feat: Support hiding Incline on the focused window
  • Feat: Allow tables of highlight args as winhighlight values
  • Feat: Add preset render functions
  • Feat: Add functions to globally enable/disable/toggle Incline
  • Feat: Add config.window.options
  • + 1 more
v0.0.2
b0ob0oยท4y agoยทApril 15, 2022
GitHub

๐Ÿ“‹ Changes

  • Add documentation
  • Make position, size, and content configurable
  • Validate user configuration against schema
  • Add tests for configuration and schema
  • Refactor, fix bugs, and improve stability