A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/brianhuster/dirvish-git.nvim below:

brianhuster/dirvish-git.nvim: Git integration for vim-dirvish

dirvish-git.nvim is a plugin for Neovim that provides Gitsigns integration for the builtin vim-dirvish by Justin M. Keyes. Inspired by vim-dirvish-git by Kristijan Husak.

This plugin requires :

Use your favorite plugin manager. Below are some examples :

Plug 'justinmk/vim-dirvish'
Plug 'brianhuster/dirvish-git.nvim'
{
    "brianhuster/dirvish-git.nvim",
}
MiniDeps.add({
    source = 'brianhuster/dirvish-git.nvim',
    depends = {
        'justinmk/vim-dirvish',
    },
})

Note: you can remove any of the icons by setting them to a space.

vim.g.dirvish_git_icons = {
    modified = '🖋️',
    staged = '',
    renamed = '',
    unmerged = '',
    ignored = '🙈',
    untracked = '',
    file = '📄',
    directory = '📁',
}
g:dirvish_git_icons = {
    \ 'modified': '🖋️',
    \ 'staged': '',
    \ 'renamed': '',
    \ 'unmerged': '',
    \ 'ignored': '🙈',
    \ 'untracked': '',
    \ 'file': '📄',
    \ 'directory': '📁',
    \ }

If you have any suggestions, bug reports, or contributions, please feel free to open an issue or a pull request.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4