Highlights
- Bug fixes of all shapes and sizes
- True partial hunk operations via visual selection.
- If you have a very large hunk (e.g. you add several functions), you can now use visual mode to select exactly which lines you want to stage for commit.
- Added
config.show_deleted
, andtoggle_deleted()
- Uses virtual lines (via extmarks) to expand hunks inline in the buffer.
- Added
config.trouble
- If enabled (by default) and trouble.nvim is installed, then
setqflist()
andsetloclist()
will open Trouble instead of the builtin (and slow) quickfix/location list.
- If enabled (by default) and trouble.nvim is installed, then
- Added
config.current_line_blame_opts.ignore_whitespace
Notice
This will be the last release with explicit support for Neovim v0.5.
Contributers
@lewis6991
@mjlbach
@cryptomilk
@kuznetsss
@Sh3Rm4n
@jose-elias-alvarez
@jwong101
@mroavi