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

**Describe the bug** when a winbar is present the scollbar's bottom most cell isn't show / is draw off the window. This results in things like * diagnostic info /...

bug

In order to render a scrollbar, we need to know information about the visible (aka virtual) lines. Currently Neovim only provides one function we can use to get this information:...

Upstream requirement

Neovim core does not currently provide any for of API for interacting with the built-in search. For this plugin, we require: - Getting current search results. - Registering to search...

Upstream requirement

Requirements: - events when a mark is added/removed

Upstream requirement

**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** Expose `enable` and `disable` to the Lua interface for better Lua integration **Describe alternatives...

enhancement

**Describe the bug** I get error when use [key-menu.nvim](linty-org/key-menu.nvim) with this plugin. **To Reproduce** Click hotkey which activate key-menu. After get error. **Expected behavior** no error **Additional context** `messages:` ```...

bug

**Describe the bug** When opening neovim with the `-d` flag (assuming the file is large enough to have the scroll bar) it will attempt to include the scrollbar in the...

bug

Fixes a few off by one rendering errors such as #18 and an unreported issue where when scrolling with the mouse the scroll bar is able to move off the...

# Add configurable scrollbar background color Close #52 - [x] Add configurable scrollbar background highlight color via `SatelliteBackground` highlight group. Uses the `ColorColumn` highlight group by default. - [x] Update...

**Is your feature request related to a problem? Please describe.** I'd like to surface Dap debug breakpoints in the satellite map **Describe the solution you'd like** Break point locations should...

enhancement