Module mru_buffers

Module mru_buffers 

Source
Expand description

Most recently used (MRU) buffers parsing from Nvim’s buffer list.

Structs§

MruBuffer
Represents a most recently used buffer with its metadata.

Enums§

BufferKind
Categorizes buffers by their type based on name patterns.

Functions§

get
Retrieves the list of most recently used buffers from Nvim.
parse_mru_buffers_output 🔒
Parses the output of Nvim’s “ls t” command into a vector of MruBuffer.