- vim-fugitive integration with delta.
- neovim
- vim-fugitive
- delta
-
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'
- 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.