Tim Pope
Tim Pope
Adding the namespace also doesn't play nice if another template is applied first (from salve.vim for example). Consider clearing the buffer with `silent %delete _` first.
I really recommend against editing a file before creating a directory - Vim does not like it when you do that - but I think it would be okay to...
As often happens, deciding what needs to be done means I went ahead and did it. This also means I had to automatically connect based on that busted buffer name...
I would blacklist `user`, or use `fireplace#platform().BufferNs()` to get a version with a blank string instead.
It's not currently possible. My intended solution was to provide an additional projection for each extension. The repetition can be annoying but it's usually possible to mitigate with VimL. Share...
Luckily `"alternate": ["src/{}.test.js", "src/{}.test.jsx"]` handles that case just fine.
Correct, you'll still need a top level `src/*.jsx` key.
Correct. This is less of a priority because, frankly, it's an obnoxious naming scheme. It'll trip up a lot more than Projectionist.
Just that I can't even do things like `ls src/*.js` to see implementation files, I have to do `ls src/*.js|grep -v test`, and even that has false positives, so I...
Unfortunately the only solution to this is to repeat yourself, with 2 sections.