aboutsummaryrefslogtreecommitdiffstats
path: root/pkgs/by-name/vi/vimExtraPlugins/update.sh (unfollow)
Commit message (Collapse)Author
2025-03-29refactor(pkgs/vimExtraPlugins): RemoveBenedikt Peetz
I want to use nixpgks' list.
2024-05-24refactor(pkgs/by-name/vi/vim-plugins): Give nixpkgs compatible nameBenedikt Peetz
Nixpkgs already provides `vimPlugins` so having a `vim-plugins` set is rather confusing. Calling it `vimExtraPlugins` resolves this confusion.
2024-05-23refactor(pkgs): Categorize into `by-name` shardsBenedikt Peetz
This might not be the perfect way to organize a package set -- especially if the set is not nearly the size of nixpkgs -- but it is _at_ least a way of organization.
2024-05-20refactor(sys): Modularize and move to `modules/system` or `pkgs`Benedikt Peetz
2024-02-20refactor(treewide): Reformat all files with treefmtSoispha
This includes getting all shellscripts to pass shellcheck. To accomplish this, some old scripts were removed
2024-01-23feat(sys/nixpkgs/pkgs): Add update scriptsSoispha
2023-12-09feat(treewide): Specify nvim plugins in my flakeSoispha