Skip to content

Commit

Permalink
pluginupdate.py: add support for adding/updating individual plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
PerchunPak committed Sep 12, 2024
1 parent b2f2d2b commit f854f60
Show file tree
Hide file tree
Showing 6 changed files with 278 additions and 114 deletions.
7 changes: 6 additions & 1 deletion doc/languages-frameworks/vim.section.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,15 @@ nix-shell -p vimPluginsUpdater --run 'vim-plugins-updater --github-token=mytoken
Alternatively, set the number of processes to a lower count to avoid rate-limiting.

```sh

nix-shell -p vimPluginsUpdater --run 'vim-plugins-updater --proc 1'
```

If you want to update only certain plugins, you can specify their names to `update` flag. Note that those name must be the same as in `pkgs/applications/editors/vim/plugins/vim-plugin-names` file.

```sh
nix-shell -p vimPluginsUpdater --run 'vim-plugins-updater update "nvim-treesitter" "LazyVim"'
```

## How to maintain an out-of-tree overlay of vim plugins ? {#vim-out-of-tree-overlays}

You can use the updater script to generate basic packages out of a custom vim
Expand Down
Loading

0 comments on commit f854f60

Please sign in to comment.