diffview.nvim
Diff viewer
A plugin for Neovim that provides a unified interface for reviewing changes to files in different Git revisions
Single tabpage interface for easily cycling through diffs for all modified files for any git rev.
4k stars
15 watching
112 forks
Language: Lua
last commit: 4 months ago
Linked from 1 awesome list
diffgitneovimneovim-luaneovim-lua-pluginneovim-plugin
Related projects:
Repository | Description | Stars |
---|---|---|
airblade/vim-gitgutter | A Vim plugin that shows git diff markers in the sign column and stages/previews/undoes hunks and partial hunks. | 8,370 |
lewis6991/gitsigns.nvim | Git visualizer and workflow tool | 5,151 |
romgrk/barbar.nvim | A tabline plugin with customizable features for Neovim. | 2,311 |
mhinz/vim-signify | Tools to display and manage changes in version-controlled files within the Vim editor | 2,696 |
nvim-tree/nvim-tree.lua | A plugin for Neovim that provides a graphical file explorer tree | 7,252 |
so-fancy/diff-so-fancy | Improves code review by making diffs more readable and human-friendly | 17,383 |
laurentkempe/gitdiffmargin | Displays live Git changes of the currently edited file on Visual Studio margin and scroll bar. | 290 |
stevearc/conform.nvim | Automates formatting of text buffers to maintain readability and structure | 3,210 |
johnno1962/gitdiff | A Git diff highlighting plugin for Xcode with expandable functionality to support multiple line number gutter highlights and code linting suggestions. | 892 |
nvim-neo-tree/neo-tree.nvim | A plugin for managing file systems and tree-like structures in Neovim. | 3,892 |
williamboman/mason.nvim | Manages external editor tooling for Neovim | 7,929 |
isak102/telescope-git-file-history.nvim | Allows you to open and preview the current file at any previous commit without detaching HEAD or affecting your git workflow. | 73 |
jisaacks/gitgutter | Displays git diff information in the Sublime Text gutter | 3,877 |
neogitorg/neogit | An interactive and powerful Git interface for Neovim, inspired by Magit. | 4,063 |
shougo/dein.vim | A plugin manager for Neovim and Vim. | 3,426 |