Birdee

Results 68 comments of Birdee

``` image.nvim: magick rock not found, please install it and restart your editor. Error: "...ajit2.1-magick-1.6.0-1/share/lua/5.1/magick/wand/lib.lua:206: /nix/store/rhj9b0ssrqnhwbbbplslngq9a1dky8a9-gcc-10.3.0-lib/lib /libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /nix/store/0fnb6g07y484cpl191vkf40f3zlfmv64-libjxl-0.10.3/lib/libjxl.so.0.10)" ``` This error seems to not...

But yeah its definitely finding the magick rock. You can see that it knows the path to it in the error you posted. But it is failing to actually load...

I am not convinced that this error is a problem with nixCats yet. It is possible, but feels unlikely given that it is, in fact, finding magick, even when it...

So yeah, conclusion A, the path to magick is directly patched into image.nvim and you dont need to include it manually (I did not know that, but now I do)...

If you wish to submit an issue to nixpkgs, it will be answered more quickly if you edit the following to include a minimal reproduction example, but doing so is...

Idk why, but its resolved for me now. Maybe something got fixed upstream but I havent done anything that should or should not fix it XD Since I can no...

``` --- -- don't load this plugin when registering. The user needs to call `packadd`. --- { 'tpope/vim-fugitive', opt = false }, ``` This is confusing. To the point where...

I am on your side that the other one was doing a bit too much tbh, simple is good. But ultimately, as long as they allow me to use packadd...

@echasnovski Is it possible with your implementation to download a plugin WITHOUT calling packadd on it? Im having issues figuring it out. It seems to me like I can only...

calling `packadd!` is meaningfully different than not calling `packadd!` It would allow you to call require on the plugin without any of the plugins `plugin/*` scripts being loaded ever, which...