summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorBen Creasy <bcreasy@brightidea.com>2018-05-02 21:57:10 -0700
committerBen Creasy <bcreasy@brightidea.com>2018-05-02 22:31:53 -0700
commitd98146985cab9756e39cc5eeec5503175f9ba644 (patch)
treeba8481e02c00888dfffaf416dbd010294ea7344e /pkgs/misc
parent54b90e5f96c098f36e766cd827267c6fed62abb0 (diff)
downloadnixlib-d98146985cab9756e39cc5eeec5503175f9ba644.tar
nixlib-d98146985cab9756e39cc5eeec5503175f9ba644.tar.gz
nixlib-d98146985cab9756e39cc5eeec5503175f9ba644.tar.bz2
nixlib-d98146985cab9756e39cc5eeec5503175f9ba644.tar.lz
nixlib-d98146985cab9756e39cc5eeec5503175f9ba644.tar.xz
nixlib-d98146985cab9756e39cc5eeec5503175f9ba644.tar.zst
nixlib-d98146985cab9756e39cc5eeec5503175f9ba644.zip
vim-utils: update plugin generation instruction
Currently the pager is a problem but in general fetching
all these plugins is inefficient for the general case.
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/vim-plugins/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/misc/vim-plugins/default.nix b/pkgs/misc/vim-plugins/default.nix
index 0134d5fae48a..163a1a986760 100644
--- a/pkgs/misc/vim-plugins/default.nix
+++ b/pkgs/misc/vim-plugins/default.nix
@@ -21,7 +21,9 @@ in
 # TL;DR
 # Add your plugin to ./vim-plugin-names
 # Regenerate via `nix-shell -I nixpkgs=/path/to/your/local/fork -p vimPlugins.pluginnames2nix --command "vim-plugin-names-to-nix +'w result' +qall"`
-# Copy the generated expression(s) into this file.
+# Note: pluginnames2nix will fetch any plugins in the file; to speed up the process,
+#       update ./vim-plugin-names to contain only plugins which need generation
+# Copy the generated expression(s) into this file from the ./result file.
 # If plugin is complicated then make changes to ./vim2nix/additional-nix-code
 
 # This attrs contains two sections: