Lena Fuhrimann

Results 78 comments of Lena Fuhrimann

``` $ nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync' ``` seems to work

hmm, possibly, neovim needs to be restarted after installing packer before you have access to it... depends a bit on your setup

Ah, good point. Thanks for the hint, @a-h. I think, the project is still missing a `go.sum` file though.

I'd love to see this! What's the current state, @connor9? Can I somehow support?

@lahwaacz, thanks a lot for the clarification! Is there any sensible way to deal with this? I'm running Arch with [Sway](https://github.com/swaywm/sway).

If it helps, I'm not using `linux-hardened`, just bare bones `linux`.

Thanks for the hint. I actually do want to lint my test files. Just not for the usage of the context :) For now, I just excluded `noctx` in `.golangci.yml`...

Thanks, @sonatard. That's a good temporary workaround!

@pspinrad, what does that mean for the [Cloud Foundry documentation](https://github.com/cloudfoundry/docs-book-cloudfoundry)? Will it be migrated to [Hugo](https://gohugo.io) or a similar tool?

@pspinrad, I am using Hugo and am very happy with it. To assemble content from multiple repos, you would, AFAIK, use [Git submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules) as the chapters of the "book". Out...