Átila Gama Silva
Átila Gama Silva
@anuvyklack, I think it is applicable, but I guess it would be a kind of occasional use.
It's failing to build to me due to undefined references, but I don't know the exact flags or other factors that are causing this.
In my case, the LTO flag was the cause of the ebuild fail. The Gentoo developers already fixed that in [this commit](https://github.com/gentoo/gentoo/commit/78e0d4ea5ceacc407f7c3acdec0b0eb2eff08ef0).
This feature doesn't seem to be working properly. Take the following setup code as example. ```lua require'packer'.startup{ { -- `nvim-web-devicons` is denpency of several other plugins. {'kyazdani42/nvim-web-devicons', opt = true},...
> @atchim: Please open a new issue for the problem you're observing. Thanks! @wbthomason, I already created an issue for this. You can find it [here](https://github.com/wbthomason/packer.nvim/issues/615).
I'm also having problems with new lines at the end of files. In my case, I've set StyLua to format Lua files. By running `stylua .` on the command line,...