summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorryneeverett <ryneeverett@gmail.com>2020-03-27 21:10:48 +0000
committerryneeverett <ryneeverett@gmail.com>2020-04-01 14:30:23 +0000
commitdf0db1774050f3e7f585e8902148a312f07b364e (patch)
tree8e2128f7197d3ed70bd0128142a045d070fcfd5f /doc
parent9157ff4e746140960ff554ccd6fd4cf4284dba4a (diff)
downloadnixpkgs-df0db1774050f3e7f585e8902148a312f07b364e.tar
nixpkgs-df0db1774050f3e7f585e8902148a312f07b364e.tar.gz
nixpkgs-df0db1774050f3e7f585e8902148a312f07b364e.tar.bz2
nixpkgs-df0db1774050f3e7f585e8902148a312f07b364e.tar.lz
nixpkgs-df0db1774050f3e7f585e8902148a312f07b364e.tar.xz
nixpkgs-df0db1774050f3e7f585e8902148a312f07b364e.tar.zst
nixpkgs-df0db1774050f3e7f585e8902148a312f07b364e.zip
vimPlugins: automatically commit update
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/vim.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/vim.section.md b/doc/languages-frameworks/vim.section.md
index 05a23d26cf2..4272d1f5969 100644
--- a/doc/languages-frameworks/vim.section.md
+++ b/doc/languages-frameworks/vim.section.md
@@ -263,7 +263,7 @@ Sometimes plugins require an override that must be changed when the plugin is up
 
 To add a new plugin:
 
-  1. run `./update.py` and create a commit named "vimPlugins: Update",
+  1. run `./update.py --commit`,
   2. add the new plugin to [vim-plugin-names](/pkgs/misc/vim-plugins/vim-plugin-names) and add overrides if required to [overrides.nix](/pkgs/misc/vim-plugins/overrides.nix),
   3. run `./update.py` again and create a commit named "vimPlugins.[name]: init at [version]" (where `name` and `version` can be found in [generated.nix](/pkgs/misc/vim-plugins/generated.nix)), and
   4. create a pull request.