Everton Jr.

Results 5 issues of Everton Jr.

The codebase is easily understood, especially the parse.c file; it's filled with comments about the parsing method and the rules of the grammar. The code generation API also seems approachable...

## Description This PR make nvim-tree be able to display file size information as a decoration. It uses newly introduced ``right_align`` feature to create a column that shows size info....

# Description Allows `attach_mappings` function to be defined in ``telescope.defaults`` that will be used as default for all pickers If you define `attach_mappings` on specific picker, that'll be used instead....

#### Check if focus is disabled when changing signcolumn when leaving (WinLeave). This solves the ``signcolumn`` getting changed upon lost focus of NvimTree window in floating mode despite being sure...

## Description Calling `SDL_GetClipboardData` on **Windows** may generate an incorrect bitmap file header for uncompressed bitmaps. This issue arises because SDL3 sometimes populates the `BITMAPFILEHEADER` with incorrect `bfOffBits` values, leading...