Florian Proksch

Results 6 comments of Florian Proksch

@outpunk Basically, integration with Rollup. This plugin is used by [egoist/rollup-plugin-postcss](https://github.com/egoist/rollup-plugin-postcss) and Rollup allows a plugin to define custom loaders to resolve imports. I wrote myself a [plugin](https://github.com/RianFuro/rollup-plugin-astroturf) to use...

Just to leave my thoughts on the matter: While I do think we'll expose a stable api at some point to use for scripting, it would most likely involve the...

Maybe we could use the `operations.lua`-thingy to manage that centrally. I was planning to also hook that into a channel-structure (from [here](https://github.com/nvim-lua/plenary.nvim/blob/b6eb19f560dd39212a43b26f4e88a69f16da8617/lua/plenary/async_lib/util.lua#L154)), so consumers from the lua side can be...

Ah, the testbench requires laravel, so I didn't think about it too much, but since you did put illuminate/... packages into the require section, should I add `illuminate/pagination` too?

Hey, just set up ufo with the instructions for lazy.nvim from this PR. Works out of the box for me, just copied and pasted them into my config :) I...

Would probably also solve for #426 without any additional code changes.