Skip to content

farhanmustar/fugitive-delta.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Fugitive Delta

Requirement

  • neovim
  • vim-fugitive
  • delta

Installation

  • Get delta installation file from its release page.

  • Installation using Vundle.vim.

    Plugin 'tpope/vim-fugitive'
    Plugin 'farhanmustar/fugitive-delta.nvim'
  • Installation using vim-plug.

    Plug 'tpope/vim-fugitive'
    Plug 'farhanmustar/fugitive-delta.nvim'

Features

  • fugitive-delta add extra highlight group to diff and git buffer.
  • It use FugitiveDeltaText highlight group which is default to:
highlight link FugitiveDeltaText DiffText
  • Demo below showing 'filetype' is highlighted using FugitiveDeltaText highlight group.

Fugitive Delta Demo

About

Fugitive integration with git-delta.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages