Pedro Alves

Results 12 issues of 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...

repro provided
Hacktoberfest

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....

enhancement

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....

bug

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...

enhancement

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...

enhancement

This serves as a tracking issue for all planned improvements to be made to NixVim. ## Documentation - [ ] Better, per-module documentation - [ ] Documentation search - [...

enhancement