{ ... }: { programs.neovim = { enable = true; defaultEditor = true; plugins = with pkgs.vimPlugins; [ lazyvim ]; }; }