+6
-1
doc/languages-frameworks/vim.section.md
+6
-1
doc/languages-frameworks/vim.section.md
···+If you want to update only certain plugins, you can specify them after the `update` command. Note that you must use the same plugin names as the `pkgs/applications/editors/vim/plugins/vim-plugin-names` file.
+145
-12
maintainers/scripts/pluginupdate-py/pluginupdate.py
+145
-12
maintainers/scripts/pluginupdate-py/pluginupdate.py
······+# https://github.com/NixOS/nixpkgs/blob/8a335419/pkgs/applications/editors/neovim/build-neovim-plugin.nix#L36············
+20
-18
pkgs/applications/editors/kakoune/plugins/update.py
+20
-18
pkgs/applications/editors/kakoune/plugins/update.py
······HEADER = "# This file has been @generated by ./pkgs/applications/editors/kakoune/plugins/update.py. Do not edit!"
+17
-12
pkgs/applications/editors/vim/plugins/get-plugins.nix
+17
-12
pkgs/applications/editors/vim/plugins/get-plugins.nix
······
+15
-2
pkgs/by-name/lu/luarocks-packages-updater/updater.py
+15
-2
pkgs/by-name/lu/luarocks-packages-updater/updater.py
···-ROOT = Path(os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))).parent.parent # type: ignore···