staline.nvim icon indicating copy to clipboard operation
staline.nvim copied to clipboard

A modern lightweight statusline and bufferline plugin for neovim in lua.

Results 7 staline.nvim issues
Sort by recently updated
recently updated
newest added

I have a custom section like following. I also tried returning only the path, so my middle group would be either like `mid = { { 'StalineFile', section_filename } }`...

nvim-web-devicons might be on the system but the user might decide against using them. This pull request enables them by default however gives the user the ability to enable /...

First of all thank you for making this plugin. I wanted to add git diff in my statusbar. I have seen #27 and used that to make up some code...

Make bufferline (stabline) to have a tab indicator at the right side, where it would show current tab number and other tabs like buffers dimmed. Basically make it look like...

Previously referenced in [issue #60](https://github.com/tamton-aquib/staline.nvim/issues/60#issuecomment-1985807779). The view (currently focused on buffer and others around it) doesn't move with the cursor (currently focused on buffer) so it doesn't show buffers that...

`Problem`: The statusbar uses nvim default statusbar highlight colours on start and only uses defined colors when a editable buffer is opened `Possible Explanation`: The `get_statusline()` function in the staline.nvim...

Is it possible to set a default `fg = "color"` and set icon/symbol to a different color? For example in lualine, the `fg`, sets the color for each section and...