blink-cmp-dictionary

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

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 = {
    dictionary = {
      module = "blink-cmp-dictionary";
      name = "Dict";
      score_offset = 100;
      min_keyword_length = 3;
      # Optional configurations
      opts = {
      };
    };
  };
};

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"
    "dictionary"
  ];
};

Whether to enable blink-cmp-dictionary.

Type: boolean

Default: false

Example: true

Declared by:

The blink-cmp-dictionary package to use.

Type: package

Default: pkgs.vimPlugins.blink-cmp-dictionary

Declared by:

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

Type: boolean

Default: false when lazy-loading is enabled.

Example: false

Declared by: