Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 274 Bytes

File metadata and controls

11 lines (11 loc) · 274 Bytes

Tabdiff.nvim

Open document in tab 1. Open other document in tab 2. Run :Tabdiff to diff the two documents in tab 3.

Installation

Using lazy.nvim

{
    "comiluv/tabdiff.nvim",
    cmd = "Tabdiff",
    opts = {},
},