kilpatty / dotfiles

My dotfiles for my personal computer and remote connections
MIT License
2 stars 0 forks source link

NVM vim issue #16

Closed kilpatty closed 2 years ago

kilpatty commented 5 years ago

Right now I've outsourced my nvm management to a plugin in ZSH.

This doesn't allow me to call it on startup of vim because I don't know what the file is called.

I think a rewrite is in order, to bring NVM into my own zsh config. This would also let me auto start it when I cd into a file with a .nvmrc file even if it's on lazy load. Also if I do this... Please print "Loading NVM"... Also do the same thing for Pyenv, and Rbenv etc

One last thing -> this should probably be a new file, but for things like this that only have 1 or 2 functions in them, I should kill the folder syntax and just have a file/folder that contains all my zsh scripts.