Sam Kagan
Sam Kagan
I was seeing the same error when transitioning to VimR from MacVim. I had explicitly set `guifont` in my `vimrc` like: ``` set guifont=Monofur\ Nerd\ Font\ Mono ``` which is...
I also love this plugin and don't want to see it die! How about we make an organization dedicated to maintaining it, a la [telescope](https://github.com/nvim-telescope)? I'd be happy to do...
@bellini666 Since you seem interested in maintaining Trouble going forwards, I'd want to add you as an Owner on this hypothetical organization if you're interested; same with @folke. That's the...
> > @bellini666 Since you seem interested in maintaining Trouble going forwards, I'd want to add you as an Owner on this hypothetical organization if you're interested; same with @folke....
After giving it some thought, I'd like to maintain Trouble as part of `nvim-lua`. Although I write FOSS for a living, I have no experience maintaining a community-driven project. I've...
In terms of user-facing functionality, `curl` appears to be used in the file @janlazo mentioned above, plus [scripts/download-unicode-files.sh](https://github.com/neovim/neovim/blob/1186f7dd96b054d6a653685089fc845a8f5d2f27/scripts/download-unicode-files.sh#L25-L29). If it can be avoided in this latter file (or I'm wrong...
To me, this seems like a good candidate for a plugin: It adds complexity to the editor in order to give some niche of users a better experience. I say...
I love this idea, I've been wanting it for a while. Not sure I'll be able to implement it for every language we support, but I'll try 😃
I've run into some unexpected behavior when swapping operands within chained associative operations. ## The Problem To see what I mean, consider the following expression: ```lua 1 + 2 +...