programs.neovim.plugins

List of vim plugins to install optionally associated with configuration to be placed in init.vim.

This option is mutually exclusive with configure.

Type
list of (package or (submodule))
Default
[ ]
Example
with pkgs.vimPlugins;
[
  yankring
  vim-nix
  { plugin = vim-startify;
    config = "let g:startify_change_to_vcs_root = 0";
  }
]
Declared
<home-manager/modules/programs/neovim.nix>