Pedro Alves
Pedro Alves
I'm trying to create a client, but it fails before even connecting. Version: 0.5.2 Code: ```js const irc = require('irc') let client let server = 'irc.[server hidden].com' let nick =...
Some RSS feeds have embedded youtube videos, but they are not shown on stringer. Hackaday is an example, they often have embedded videos showcasing the project in question, but it...
### Current behaviour When a Menu has a TextInput as an anchor, if that input's onFocus is used to open the menu, it becomes unfocused. ### Expected behaviour This is...
This represents a major rearchitecture for nixvim, so I'm leaving this up to track the progress for now, and to serve as a reference for any breaking changes during transition....
Ideally, treesitter grammars should be installed through Nix, but even with the experimental `nixGrammars` setting, this isn't happening and for some reason it's downloading and managing the grammars by itself....
Neovim 0.7 has just come out, and there are a few features which would be a great fit for nixvim: - [ ] support for autocomands - now with a...
Really similar to yes in lua but that's what you get from languages that compile to another
Lets see in this case: There are users Albert, Alfred and Alice, and the chat log looks like this: ``` [message1] [message2] [message3] ``` You now want to reply to...
## Description Often times, I want to add some plugin that is not present on nixvim. To do this, I'd end up adding the plugin package to `extraPlugins`, and then...
This serves as a tracking issue for all planned improvements to be made to NixVim. ## Documentation - [ ] Better, per-module documentation - [ ] Documentation search - [...