blink-cmp-git

URL: https://github.com/Kaiser-Yang/blink-cmp-git/

Maintainers: Austin Horstman


This plugin should be configured through blink-cmp's sources.providers settings.

For example:

plugins.blink-cmp = {
  enable = true;
  settings.sources.providers = {
    git = {
      module = "blink-cmp-git";
      name = "git";
      score_offset = 100;
      opts = {
        commit = { };
        git_centers = { git_hub = { }; };
      };
    };
  };
};

And then you can add it to blink-cmp's sources.default option:

plugins.blink-cmp = {
  enable = true;
  settings.sources.default = [
    "lsp"
    "path"
    "luasnip"
    "buffer"
    "git"
  ];
};

Whether to enable blink-cmp-git.

Type: boolean

Default: false

Example: true

Declared by:

The blink-cmp-git package to use.

Type: package

Default: pkgs.vimPlugins.blink-cmp-git

Declared by:

Whether to automatically load blink-cmp-git when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example: false

Declared by: