kickstart.nvim icon indicating copy to clipboard operation
kickstart.nvim copied to clipboard

feat: add range formatting to formatter

Open guru245 opened this issue 8 months ago • 0 comments

Range formatting in Conform is a standout feature that many other formatters lack. However, it was previously missing from kickstart. I’ve now added it, based on the guidance from this section of the conform.nvim documentation.

This change is fully backward-compatible. Existing users can continue to use <leader>k to format the entire file as before. If they select a block of code and press <leader>k, only the selected range will be formatted.

guru245 avatar May 13 '25 09:05 guru245