Expand description
Bufferline module for reovim.
Provides pin/unpin/close commands for the buffer tab bar. The buffer
list itself is fetched client-side via list_buffers() gRPC — this
module only manages server-owned pin state and a thin bridge that
emits pin changes to clients.
Modules§
- bridge
- Bufferline pin state bridge.
- commands
- Command handlers for the bufferline module.
- ids
- Command and module IDs for the bufferline module.
- state
- Bufferline state types.
Structs§
- Bufferline
Module - Bufferline module.