mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
Merge pull request #39906 from jcrben/update-vim-plugin-generation-instructions
vim-utils: update plugin generation instruction
This commit is contained in:
commit
42b59439e7
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue