programs.neovim.extraPython3Packages

Home-Manager option

The extra Python 3 packages required for your plugins to work. This option accepts a function that takes a Python 3 package set as an argument, and selects the required Python 3 packages from this package set. See the example for more info.

type: (function that evaluates to a(n) list of package) or (list of package) convertible to it
Default
ps: [ ]
Example
pyPkgs: with pyPkgs; [ python-language-server ]
declared in: <home-manager/modules/programs/neovim.nix>source unavailable