An open API service indexing awesome lists of open source software.

https://github.com/zeminzhou/diffview.vim

A vim9 plugin show changed files
https://github.com/zeminzhou/diffview.vim

vim vim9-plugin vim9-script

Last synced: 5 months ago
JSON representation

A vim9 plugin show changed files

Awesome Lists containing this project

README

        

## diffview.vim

A vim9 plugin show changed files

![Alt text](/doc/_static/current.jpg?raw=true "current branch changes")

![Alt text](/doc/_static/branch.jpg?raw=true "two branchs changes")

## Installation

### vim-plug

1. Add the following line to your `~/.vimrc`:

```vim
call plug#begin()
...
Plug 'zeminzhou/diffview.vim'
...
call plug#end()
```

2. Run `:PlugInstall`.

## Start

### Current Changes
You can use `:call ToggleDiffView()` to show current branch changes.

### Two Branchs Changes
You can use `:DiffBranch $branch` to show two branch changes.