Wil Thomason

Results 244 comments of Wil Thomason

`PackerCompile` is mostly by design (I wanted to minimize load time for complex lazy-loading by pre-generating code for that logic), but I am actively looking for ways to remove the...

Basically this. I find it nice for grouping thematically similar plugins that are not quite dependencies.

See #17 for the first checkbox.

It was marked in progress because of https://github.com/wbthomason/dotfiles/blob/linux/neovim/.config/nvim/lua/git.lua; maybe I should move it back to the "idea" stage because I haven't split out that file into a separate plugin yet....

> I'm happy to help out with expanding upon it as I'm able, but I'd probably need some specific direction first as to where you'd like to go with it....

@bryall Sounds good! That served as the final kick in the pants I needed to extract my own current WIP toward this from my dotfiles to its own plugin: https://github.com/wbthomason/nvim-vcs.lua...

@bfredl I wasn't aware core was planning to integrate Luarocks support - could you point me to a PR? That impacts this project idea, but also some of the work...

@bfredl Yes, that plan sounds good (I *really* need to make time to finish the `packer` Luarocks PR soon...) I'll note that `packer` already handles (manually specified) plugin dependencies; see...

Nitpick: I'd suggest "build" or "run" over "make", to reflect the more general possibilities for "things I want to do after an install or update". We might also want to...

We could also call it `install_hook`, `update_hook`, `hook`, etc.