diff --git a/tests/modules/programs/neovim/no-init.nix b/tests/modules/programs/neovim/no-init.nix index 02dd34a0..693bdede 100644 --- a/tests/modules/programs/neovim/no-init.nix +++ b/tests/modules/programs/neovim/no-init.nix @@ -14,7 +14,10 @@ with lib; extraPython3Packages = (ps: with ps; [ jedi pynvim ]); # plugins without associated config should not trigger the creation of init.vim - plugins = with pkgs.vimPlugins; [ fugitive ({ plugin = vim-sensible; }) ]; + plugins = with pkgs.vimPlugins; [ + vim-fugitive + ({ plugin = vim-sensible; }) + ]; }; nmt.script = '' nvimFolder="home-files/.config/nvim"