Artem Shinkarov

Results 20 comments of Artem Shinkarov

I don't think there is a particular reason why `scrot` is the default. Your argument is that by using import we can get rid of `scrot` dependency. In principle, I...

I don't see a trivial solution for the refreshing bit. You'd have to either smarten-up i3lock so that it would reload the file; or you'd have to relaunch i3lock on...

This sounds to me like a user-specific option. Is there a reason why this needs to be hardcoded in the plugin? I would assume that users may specify this variable...

One problem with such nicities is that they essentially introduce a dependency (to another plugin). Just imagine that somebody wants to use a different plugin where these variables have a...

I think that the problem is that the proposed solution is not generic enough. For example on my page, I put "[url]" text that leads to the paper I am...

CSL is just a template which is filled with the data from each individual bibitem. For example the content of the title may be taken in pads, or italic might...

That looks good, assuming that URI.regexp works fine on various links :) Regarding enabling by default -- can we have a simple flag which would allow to toggle this behaviour....

Ah, ok, I didn't remember that we have bibtex_filter available via configuration.

You can modify the csl file and add a piece of code that outputs dois in the preferred format. See how I handle urls: https://github.com/ashinkarov/ashinkarov.github.com/blob/source/plugins/ieee.csl#L180 You can do similar stuff...

@liamwh , plugin configuration should be pretty much the same irrespectively of the package manager. In essence you have to tell your package manager to pull `agda-nvim` repository, and then...