Greg Hurrell

Results 404 comments of Greg Hurrell

At the moment there's no config option for this. As a workaround you could add a suffix to your queries (eg. ".co" for CoffeeScript etc). On Monday, May 5, 2014,...

I'm not sure if either of them behave particularly well `Ctrl-C` but I agree it would be nice if they would. I suspect Vim itself is catching the interrupt and...

> I wonder if there's a way to stop Corpus from sorting the fontmatter when writing the file Not presently. It is just [iterating over the keys in the metadata...

In general, you need a `g:` prefix to make the config option globally visible (`l:` makes it local to the script in which it appears). If you're talking about the...

> is it okay if I port the part of handling the metadata to lua. I'm fine with anything going to Lua. Corpus originally started as Vimscript and I ported...

That's a good idea. Back when it was written in Vimscript I wouldn't have considered this because it would have been too slow, but now it is ported to Lua...

> Sorry for opening all these issues btw! No harm done! Thanks for providing the feedback.

> Using `rg` doesn't seem like the worst idea in the world Rather than assuming that people have `rg` installed (far fewer do than have `git`), I'd rather just exclude...

Have you looked at the docs for the `transform` setting? https://github.com/wincent/corpus/blob/2b1db226a00d8dd0a7c1aee4fd30ffa01ab572e3/doc/corpus.txt#L200-L220 This tells Corpus how titles and filenames map onto each other. At the moment there are two modes: -...

Thanks for opening the issue, @ahmedelgabri: > Currently, the plugin works only with git repos folders, it will be great if it can also work with normal folders. I suspect...