jalciné
jalciné
It looks like the shim could just source in `nvm/nvm.sh` and pass it its arguments to `nvm`. Again, working on PR with tests.
@koenpunt That looks like a good basis to work with. What it looks like is that shims _have_ to be available via the `$PATH` variable. Took me a while to...
Hey @markand, few questions: 1. From what directory did you call `:CMakeCreateBuild build`? What's the value of `:echo getcwd()`? 2. Is there a `CMakeCache.txt` in the directory already? Can you...
Just for completeness, do you mind making a sample repository that I can use as a test?
Still working on a fix for this. I'm _very_ open to PRs and/or more information on how to reproduce this!
Going to check this out before passing it up into the Vim universe.
@languitar's thoughts were correct; it's a caching job that's done to pre-emptively load all of the information about CMake. CMake doesn't have a querying system for that (assumes that you'd...
Just re-read old issue; you're using latest. I'll start looking into using jobcontrol and see how I can incorporate that into cmake.vim
I've taken some time to look into this and I'm debating actually disabling caching and making it something the user has to explicitly do if they request it (via an...
Okay so I had to take some time to _really_ understand [neovim](https://neovim.io) (ended up moving to it) and now I think I might end up doing one of the following:...