Skip to main content

Crate reovim_module_bufferline

Crate reovim_module_bufferline 

Source
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§

BufferlineModule
Bufferline module.