mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-01 21:04:30 +02:00
misc: fix python packages option name
This commit is contained in:
parent
d52f656a8b
commit
c795b2ee40
3 changed files with 3 additions and 3 deletions
|
@ -102,7 +102,7 @@ in {
|
|||
neovimConfig = pkgs.neovimUtils.makeNeovimConfig ({
|
||||
inherit
|
||||
(config)
|
||||
extraPythonPackages
|
||||
extraPython3Packages
|
||||
viAlias
|
||||
vimAlias
|
||||
;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue