We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The user has to hit enter manually for some commands:
$ nix-shell -p vimPlugins.pluginnames2nix --command "vim-plugin-names-to-nix" ash: /run/user/1000/env-vars: cannot overwrite existing file Plugin: vim-pi Home page: https://bitbucket.org/vimcommunity/vim-pi Source URL: https://bitbucket.org/vimcommunity/vim-pi (type git) name: 'vim-pi' Target: /tmp/vim2nix-joerg/vim-pi git clone --recursive --depth 1 'https://bitbucket.org/vimcommunity/vim-pi' '/tmp/vim2nix-joerg/vim-pi' :!git clone --recursive --depth 1 'https://bitbucket.org/vimcommunity/vim-pi' '/tmp/vim2nix-joerg/vim-pi' Cloning into '/tmp/vim2nix-joerg/vim-pi'... remote: Counting objects: 43, done. remote: Compressing objects: 100% (39/39), done. remote: Total 43 (delta 1), reused 26 (delta 0) Unpacking objects: 100% (43/43), done. Press ENTER or type command to continue
Is using :silent ! the right approach here?
:silent !
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The user has to hit enter manually for some commands:
Is using
:silent !
the right approach here?The text was updated successfully, but these errors were encountered: