Tommy Cox
Tommy Cox
Modify path adds a large non-portable chunk of code to my version controlled .bashrc that is shared across systems. This chunk isn't portable because the home path sometimes differs. By...
Adjusts `toggle_bufferline()` to respect the number of tabs by falling back to builtin tab-count-based toggling of the tabline when `always_show_bufferline = false` and NOT in tabpage-only mode. Fixes #925.
### Is there an existing issue for this? - [X] I have searched the existing issues ### What happened? While using scope.nvim for tab-scoped buffers and option `always_show_bufferline = false`,...
### Did you check docs and existing issues? - [X] I have read all the noice.nvim docs - [X] I have updated the plugin to the latest version before submitting...