Andre Azzolini
Andre Azzolini
> As an emacs user Well there's your problem :p Seriously though, it's awesome to hear progress is being made on this. I emulate caps lock to esc/ctrl with Karabiner,...
`gollum-site generate` will do what you want.
If you're running lazygit inside of floaterm in neovim, and you want to open a file in the host neovim instance from lazygit by pressing `e`, you can install the...
On nightly neovim with the latest nvim-treesitter, I'm getting way better JS/TS comment indentation by using @theHamsta's changes from the commit above. Instead of forking, it worked by just creating...
> Now the question is: is this a big enough improvement to remove the need to make scrollbars's visibility configurable? I think at the very least we should see how...
This also happens for me when I set `client.server_capabilities.semanticTokensProvider = nil` in `on_attach`. I'm using the latest nvim-lspconfig and have it set up not in `after`, but in the same...
> Is anybody able to reliably replicate this bug using only `nvim-lspconfig`? If so, please share the steps to reproduce the issue. I can try to reproduce it and I...
> seeing the same issue with ts-morph: a workaround seems to be adding inline source maps and running node with `--enable-source-maps`. I can confirm adding `--enable-source-maps` fixes this issue for...
Looks like ytmusicapi has [rate_playlist](https://ytmusicapi.readthedocs.io/en/stable/reference.html#ytmusicapi.YTMusic.rate_playlist) which can be used to save the entirety of the album if you have the album's playlist id, which is already available in the `lookup_song`...