Expand description
Custom build plugins. Custom Neovim plugins.
Modulesยง
- attempt ๐
- Scratch files selection and creation.
Exposes a dictionary with a
create_scratch_filefunction for selecting and copying scratch files from the attempts directory. - caseconv ๐
- Case conversion. Text conversions helpers for the current Visual selection.
- clotherbufs
- fkr ๐
- Random string generation via the
fkrcrate. Random string generation helpers backed byfkr. - gdiff ๐
- Git diff line selection.
Exposes a dictionary with a
get_hunksfunction that fetches git diff output, extracts paths and line numbers of changed hunks, and presents a selection UI to jump to specific diff locations in buffers. - genconv ๐
- Generic text conversions. General conversions helpers for the current Visual selection.
- ghurlinker ๐
- GitHub permalink generation for selected code. GitHub permalink generation for selected code.
- opener
- scrolloff
- Port of scrollofffraction.nvim plugin. Scrolloff configuration utilities.
- statuscolumn
- Status column (diagnostics + git signs). Statuscolumn drawing helpers for buffer-local indicators.
- statusline
- Status line (diagnostics summary). Statusline drawing helpers with diagnostics aggregation.
- truster
- Rust tests runner plugin. Rust test runner helpers integrating with Nvim.