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.
This commit is contained in:
parent
54b90e5f96
commit
d98146985c
@ -21,7 +21,9 @@ in
|
|||||||
# TL;DR
|
# TL;DR
|
||||||
# Add your plugin to ./vim-plugin-names
|
# 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"`
|
# 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
|
# If plugin is complicated then make changes to ./vim2nix/additional-nix-code
|
||||||
|
|
||||||
# This attrs contains two sections:
|
# This attrs contains two sections:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user