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§
- Buffer
Kind - 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.