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 nvm plugin should only show the node version if the current folder has a package.json file. Otherwise, don't show the node version.
package.json
Always shows the node version when the plugin is loaded.
I don't know, but there's a similar discussion here: romkatv/powerlevel10k#373
It just takes up extra line space when it is not relevant. E.g., working on a python project, or working on ansible.
You guys are awesome. <3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior
The nvm plugin should only show the node version if the current folder has a
package.json
file.Otherwise, don't show the node version.
Current behavior
Always shows the node version when the plugin is loaded.
Possible solution
I don't know, but there's a similar discussion here: romkatv/powerlevel10k#373
Context
It just takes up extra line space when it is not relevant. E.g., working on a python project, or working on ansible.
Notes
You guys are awesome. <3
The text was updated successfully, but these errors were encountered: