github lewis6991/gitsigns.nvim v0.4

latest releases: release, v0.9.0, v0.8.1...
2 years ago

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, and toggle_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() and setloclist() will open Trouble instead of the builtin (and slow) quickfix/location list.
  • 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

Don't miss a new gitsigns.nvim release

NewReleases is sending notifications on new releases.