vim-plugins: update command no longer requires user input
This commit is contained in:
parent
4e3a5957bb
commit
8c4dc462af
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ 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"`
|
||||
# Regenerate via `nix-shell -I nixpkgs=/path/to/your/local/fork -p vimPlugins.pluginnames2nix --command "vim-plugin-names-to-nix </dev/null"`
|
||||
# Copy the generated expression(s) into this file.
|
||||
# If plugin is complicated then make changes to ./vim2nix/additional-nix-code
|
||||
|
||||
|
|
Loading…
Reference in a new issue