Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: OXY2DEV/bars.nvim

v2.2.0

03 Aug 13:14
@OXY2DEV OXY2DEV
90be6cb
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

2.2.0 (2025年07月03日)

Features

  • config: Added custom statuscolumn for terminal windows (f05d0ea)
  • Custom statusline for help files (d09dbc7)
  • statusline: Added an option to make diagnostics more compact (227a7d3)
  • statusline: Added custom statusline for the quickfix menu (1ec73ce)
  • statusline: Added progress component (55dc87d)

Bug Fixes

  • Fixed a bug with default setup fumction not working (fa288e8)
  • statuscolumn: Fixed a bug with current line number not having correct highlight (7ed1b16)
  • statusline: Bufname now uses icon_hl as fallback (6c719a3)
  • statusline: Updated help file statusline (b498c72)
Assets 2
Loading

v2.1.0

11 May 07:11
@OXY2DEV OXY2DEV
8cdbecc
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

2.1.0 (2025年05月11日)

Features

  • Added ability to disable bars per buffer or window (5ae59c2)
  • statusline: Added Macro preview module (941f4bf)

Bug Fixes

  • core: Fixed delays of loading modules in new windows (1d05806)
  • core: Modules now get loaded globally on VimEnter (76818e6)
  • Fixed a bug that resets special windows bars & lines (6f37dfb)
  • Fixed a bug with sub-modules not attaching in global_attach() (eb0b080)
  • Fixed command typo (6dd4c57)
  • Fixed incorrect function names (55fff14)
  • hl: Fixed an issue with statusline's highlight group not matching with other segments in the statusline (55231b3)
  • Optimized module imports (7f18b76)
  • tabline: The tabs component now shows windows of the specific tab instead of all tabs (8e0b8b8)
  • winbar: Wrapped callback functions for detaching (7ad7fd1)
Loading

v2.0.1

14 Mar 23:40
@OXY2DEV OXY2DEV
a507e2f
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

2.0.1 (2025年03月14日)

Bug Fixes

  • Changed file names due to character restrictions on Windows(& MacOS) (3729d8c), closes #4
Loading

v2.0.0

14 Mar 17:13
@OXY2DEV OXY2DEV
2ac6645
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

2.0.0 (2025年03月14日)

⚠ BREAKING CHANGES

  • Changed internal name from part to component

Features

  • Added ability to disable modules with setup() (db076b4)
  • core: Added a global_attach() functions (09ba2e0)
  • core: Added ability to update different bars & lines on filetype (1b59ff5)
  • core: Added actions for the plugin (900bc9d)
  • core: Added command support. (2e11413)
  • core: Added custom section/column support (8a76c1b)
  • core: Added sub-module configuration via bars.setup() (1165c50)
  • core: Added support for dynamic values in bars.setup() (c5d61d0)
  • core: Mode changes now update the bars & lines (909ba6c)
  • global: Added functions to scroll through tab list (f433250)
  • statuscolumn: Added ability to Toggle statuscolumn (6133947)
  • statuscolumn: Added click support for lnum (de3c702)
  • statuscolumn: Added Enabling & Disabling commands (6c26f92)
  • statuscolumn: Added filter support for signs (2369dcf)
  • statusline: Added ability to Toggle statusline (cc1931f)
  • statusline: Added detached HEAD branch support (feecfa0)
  • statusline: Added Enable & Disable function (4d68f88)
  • statusline: Help window's statusline now shows the ruler in Visual (37e819f)
  • tabline: Added a tab list for the tabline (339b0bb)
  • tabline: Added ability to Toggle tabline (404dfb0)
  • tabline: Added buffer list part (8c43622)
  • tabline: Added current bufname support for tabline (0bd5395)
  • tabline: Added Enable & Disable functions (8065320)
  • tabline: Added tabline component to show tabs (5b42f8e)
  • tabline: Added tabpage list locking (a0d03ec)
  • winbar: Added ability to Toggle winbar (2d5de92)
  • winbar: Added Enable & Disable functions (18d43b2)
  • winbar: Added file path support for winbar (f938cf5)
  • winbar: Added lua_patterns support (65a4340)
  • winbar: Added new winbar (da5a456)
  • winbar: LuaDoc support (7396456)

Bug Fixes

  • Added background to BarsLineNr (237ff67)
  • Added window validity check for statusline detaching (17ecf91)
  • core: Fixed a bug with setup() not causing the cached IDs to update (24b92af)
  • core: Fixed how toggling of modules work (4a8cdd6)
  • core: setup() now gets called when loading this plugin (500245f)
  • Finished adding remaining highlight groups (cf6a4c8)
  • statuscolumn: relativenumber & numberwidth are now applied with (8dcbf60)
  • statuscolumn: Added check for module state before attching to new buffer (6c26f92)
  • statuscolumn: Changed when options are set (e801a2d)
  • statuscolumn: Fixed a bug with errors when trying to detach from invalid windows (1d5ab23)
  • statuscolumn: Fixed incorrect fold marker on the last line of a buffer (607a208)
  • statuscolumn: Fold column no longer shows incorrect symbol on final buffer line (d6cd485)
  • statuscolumn: Global statuscolumn now gets cached too (338985b)
  • statuscolumn: List values now get properly applied for folds (3a4c93f)
  • statuscolumn: No longer detach from windows that weren't attached (1d5ab23)
  • statusline: Calling statusline.toggle() no longer toggles it globally(when the cached value is "" or nil) (34ee471)
  • statusline: Chnaged when statusline is set (2d117bd)
  • statusline: Diagnoatics are now shown per buffer (339a4ca)
  • statusline: Fixdd issues with detaching from attached buffers (d924e1a)
  • statusline: Fixed a bug with ignore_* not being respected (ede5576)
  • statusline: Fixed a bug with not getting a branch causing errors (586e94a)
  • statusline: Fixed issues with detaching from attached buffers (d924e1a)
  • statusline: Statusline module's state is now checked before attaching to new windows (80fc8d3)
  • statusline: Updated bufname icons (680036b)
  • tabline: setup() no longer disables tabline (043cae8)
  • tabline: Fixed navigation function (8c43622)
  • winbar: Fixed a big with the node part (6834630)
  • winbar: Winbar module's state is now checked before attaching to new windows (ef9d737)
  • winbr: Changed when winbar is set (2d117bd)

Code Refactoring

  • Changed internal name from part to component (d0dcda9)
Loading

v1.0.0

03 Sep 10:06
@OXY2DEV OXY2DEV
dd5e8a2
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

1.0.0 (2024年09月03日)

⚠ BREAKING CHANGES

  • Dprecation of some unused functions
  • Removed nvim-web-devicons dependency

Features

  • Added clickable buffer name section & ruler in the statusline (01eb406)
  • Added dynamic colors & removed necessity for calling setup (533ff65)
  • Parts of the statuscolumn, statusline & tabline can now be created (01eb406)
  • Removed nvim-web-devicons dependency (01eb406)
  • The glow effect now only happens on current window (41cbd6c)

Bug Fixes

  • Dprecation of some unused functions (2158511)
  • Fixed a bug causing incorrect fold state when multiple windows are open (800b68f)
  • Fixed inconsistent behavior when clicking on current buffer (f5060d5)
  • Made folds more visible in the statuscolumn (01eb406)
  • Minor improvementa to icons and git branch in statusline (46eabdb)
Loading

AltStyle によって変換されたページ (->オリジナル) /