Benedikt Müller

Results 34 issues of Benedikt Müller

Upon fixing #232, I discovered it actually was all already in there, so all I did was display the buttons. If there was a reason for not displaying them, please...

The news section in this app is quite limiting as one has to read an article in the app. It would be great if one could open them in the...

Setting up nvim-cmp with LSP they recommend [this](https://github.com/hrsh7th/nvim-cmp#recommended-configuration): ```lua -- Setup lspconfig. local capabilities = require('cmp_nvim_lsp').update_capabilities(vim.lsp.protocol.make_client_capabilities()) -- Replace with each lsp server you've enabled. require('lspconfig')[''].setup { capabilities = capabilities }...

documentation
planned

Neben Twitter, GitHub etc sollte auch [Sign In with Apple](https://developer.apple.com/sign-in-with-apple/) unterstützt werden, da es für Nutzer dieses Ökosystems die mit Abstand beste Methode ist.

enhancement

Adds support for [Fennel](https://fennel-lang.org). Queries were converted from [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter/blob/master/queries/fennel/highlights.scm), should I add a comment noting that?

S-waiting-on-author
S-needs-discussion

**Describe the bug** When opening multiple files using the `-O` flag and Lazy detected new plugins, it's window appears and is quickly replaced by the second opened file: **Which version...

bug

**Is your feature request related to a problem? Please describe.** `git log` allows viewing GPG signatures with the `--show-signature` flag. Currently, there is no way (I know of) to see...

enhancement

When everything is fine, it's nice to have the build/format output panel automatically closed. When errors occurred however, one would want to read them, so auto-closing the panel is not...

Please make sure to follow these steps (and mark the checkboxes): - [x] run `brew update` and try to reproduce the issue again - [x] run `brew doctor`, fix all...