{ pkgs, ... }: { programs.neovim = { enable = true; # Plugins installed via Nix plugins = with pkgs.vimPlugins; [ phpactor ]; }; }