1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-18 14:28:15 +00:00
home-manager/tests/modules/programs/neovim
Austin Horstman 12e26a74e5
tests/neovim: resolve deprecation (#6522)
Assigning a plain list to extraLuaPackages is deprecated.
                           Please assign a function taking a package set
as argument, so
                             extraLuaPackages = [ pkgs.lua51Packages.xxx
];
                           should become
                             extraLuaPackages = ps: [ ps.xxx ];
2025-02-23 15:53:17 -06:00
..
coc-config.expected neovim: Add coc support (#2154) 2021-07-25 22:40:07 -04:00
coc-config.nix neovim: re-enable test 2025-02-10 23:32:14 +01:00
default.nix programs.neovim: add extraLuaConfig (#3639) 2023-02-05 12:09:26 +01:00
extra-lua-init.nix tests: rework derivation stubbing 2025-02-04 23:58:20 +01:00
no-init.nix tests: rework derivation stubbing 2025-02-04 23:58:20 +01:00
plugin-config.nix tests/neovim: resolve deprecation (#6522) 2025-02-23 15:53:17 -06:00
runtime.nix tests: rework derivation stubbing 2025-02-04 23:58:20 +01:00
stubs.nix tests: rework derivation stubbing 2025-02-04 23:58:20 +01:00