helm

URL: https://github.com/towolf/vim-helm/

Maintainers: Gaetan Lepage


To ensure that helm_ls (and not yamlls) is used on helm files, add the following autocmd:

  autoCmd = [
    {
      event = "FileType";
      pattern = "helm";
      command = "LspRestart";
    }
  ];

See nix-community/nixvim#989 for details.

plugins.helm.enable

Whether to enable vim-helm.

Type: boolean

Default: false

Example: true

Declared by:

plugins.helm.package

The vim-helm package to use.

Type: package

Default: pkgs.vimPlugins.vim-helm

Declared by: