programs.neovim.plugins

Home-Manager option

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 in: <home-manager/modules/programs/neovim.nix>source unavailable