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
Using the excellent https://github.com/mhinz/vim-startify
A plugin wrapper to further customize the startup screen on projects with a package.json file.
package.json
**/*.js
test/**/*.js
node_modules/*
$PATH
~/.vim/templates
mocha -R spec test/
ava
eslint .
eslint --fix .
.js
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using the excellent https://github.com/mhinz/vim-startify
A plugin wrapper to further customize the startup screen on projects with a
package.json
file.**/*.js
filestest/**/*.js
filesnode_modules/*
deps$PATH
, use yeoman-environment to get the list of generators, hitting r on a generator runs the generator.~/.vim/templates
folder exists, list possible templates, hitting r on a template prompts for destination and runs the template.mocha -R spec test/
ava
eslint .
eslint --fix .
.js
list file will run mocha / or ava on the selected file..js
list file will eslint on the selected file..js
list file will run eslint --fix on the selected file.The text was updated successfully, but these errors were encountered: