vim-plugins: document sorting, fix vim command to not ask to hit enter
Fixes #38748. Hopefully :).
This commit is contained in:
parent
a79a0c686b
commit
0073c30dbf
@ -19,8 +19,9 @@ let
|
|||||||
|
|
||||||
|
|
||||||
# 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"`
|
# * sort -df ./vim-plugin-names > sorted && mv sorted vim-plugin-names
|
||||||
|
# * Regenerate via `nix-shell -I nixpkgs=/path/to/your/local/fork -p vimPlugins.pluginnames2nix --command "vim-plugin-names-to-nix +silent +'w result' +qall"`
|
||||||
# Note: pluginnames2nix will fetch any plugins in the file; to speed up the process,
|
# 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
|
# update ./vim-plugin-names to contain only plugins which need generation
|
||||||
# Copy the generated expression(s) into this file from the ./result file.
|
# Copy the generated expression(s) into this file from the ./result file.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user