blink-cmp-git
URL: https://github.com/Kaiser-Yang/blink-cmp-git/
Maintainers: Austin Horstman
Git source for the blink-cmp.
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"
  ];
};
plugins.blink-cmp-git.enable
Whether to enable blink-cmp-git.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.blink-cmp-git.package
The blink-cmp-git package to use.
Type: package
Default:
pkgs.vimPlugins.blink-cmp-git
Declared by:
plugins.blink-cmp-git.autoLoad
Whether to automatically load blink-cmp-git when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by: