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

Decorate scrollbar for Neovim

Results 20 satellite.nvim issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Whenever I use an incomplete LSP that doesn't support some features of the language (like Fennel LSP), I get a...

enhancement

Hi, thanks for this amazing plugin! It's weird that I couldn't find an issue for this, or is it unsupported? When searching using `/` or `?` there is one character...

bug

**Describe the bug** Currently to scroll by clicking and dragging it's necessary to click at the upper half of the scrollbar to ensure the click is registered on the scrollbar....

bug

Would it be possible to have a special highlight group, e.g. `SatelliteBackground` to modify appearance of scrollbar area background? Thanks!

enhancement

Updates no longer refresh every handler

**Describe the solution you'd like** Exactly what is sounds like. If `satellite.nvim` is enabled, it executes `:SatelliteDisable`. If `satellite.nvim` is disabled, it executes `:SatelliteEnable`. **Describe alternatives you've considered** ```lua local...

enhancement

Currently, `zindex` applies only to the scrollbar "body", not to the marks displayed on it: This means that any potential text is hidden. This is especially bad when using `textwidth`...

enhancement

**Describe the bug** ``` E5108: Error executing lua: ...te/pack/paqs/start/satellite.nvim/lua/satellite/view.lua:202: scoped variable: Invalid window id: 1043 stack traceback: [C]: in function '__index' ...te/pack/paqs/start/satellite.nvim/lua/satellite/view.lua:202: in function 'get_props' ...e/pack/paqs/start/satellite.nvim/lua/satellite/mouse.lua:237: in function 'handle_initial_leftmouse_event' ...e/pack/paqs/start/satellite.nvim/lua/satellite/mouse.lua:344:...

bug

Does it possiable to have a scrollbar inside floating window. I'm using lsp hover, and I want to get scrollbar when I scroll hover document floating window. What I want:

enhancement

Added option `show_always` which, when set to `true` will always show the scroll bar even if the buffer can be displayed at once. By default set to `false`. (Should have)...