Mike Lee Williams
Mike Lee Williams
Using ls seems fragile. `let s:DEFAULT_LS_FLAGS = "--directory --indicator-style=slash"` doesn't work on macOS (and other BSDs), for example, but this won't work at all on Windows.
Just thinking about this issue because it's tax season here. When I search for `taxes 2020` these are my results, i.e. the thing I want is last. ``` taxes 2018...
Sorry for opening all these issues btw! I'm very excited about this project! I've been waiting for years for a vim plugin that really gets why nvALT is so great....
I meant rg as a (fast!) example, but I do think it's worth whether it would be possible to use Corpus without tight coupling to git (not just the `git`...
Awesome! Happy to test but I'm afraid I need a little basic cargo support to unblock: ``` $ cargo install --locked --git https://github.com/arxanas/git-branchless --branch arxanas/sync git-branchless --force Updating git repository...
Thanks! I've upgraded to #485 and will let you know how I get on.
It see the same as you if I put the direnv_layout_dir setting in foo/.envrc, but not if I put it in ~/.config/direnv/direnvrc?! ``` $ cat
Here's a simpler repro that may help narrow this down. With .envrc, you get the expected behavior (pwd is the directory of the .envrc file): ``` $ echo 'pwd' >...
That works for me. Thanks! [This](https://github.com/direnv/direnv/issues/776#issuecomment-793420933) seems like non-obvious behavior that might be worth documenting or treating as a bug. From my point of view, however, feel free to close...
I was very surprised to see that conda is a _requirement_ in 2020. To be clear, I think it's good that using conda to ship dependencies is an option since...