Logan Connolly
Logan Connolly
@augustebaum @motorto ran into this issue today. Solved it by running this for the run hook: ```lua require "paq" { 'savq/paq-nvim'; { 'iamcco/markdown-preview.nvim', run = function() vim.fn['mkdp#util#install']() end }; }...
I don't believe it is currently possible to search the buffer because the search function expects a directory as input that would likely require a PR. However, you can search...
I'm happy to maintain it, but perhaps @f4z3r is a better candidate as he wrote the light theme feature and has been active in the issues. I've been using this...
> I actually already maintain a private fork of it that fixes some minor issues... The treesitter bug is my main gripe at the moment, and it looks like you...
Although the proposed change is definitely clearer in its intent, I don't think a bug exists with the current implementation due to variable scoping. Here is a simple script to...
@vafhornung thank you for your contribution! Judging by the traceback, this indeed looks like a missing build state. After discussing this with a team member, we decided it would be...
Just wanted to give you guys a heads up that the documentation on your [website](https://pygments.org/docs/lexers/#pygments.lexers.gleam.GleamLexer) states that Gleam support was added in 2.18, but it appears here that it is...
@mo-ki could you please have a look at this change?
Hi @gurubert, thank you for bringing this to our attention! I investigated this topic and found the following things: 1. one of my colleagues took care of adding translations to...
I'm going to test your patch this morning. But from a first glance, this looks like a really great addition! Also, super tidy PR 🙌 If you want to chat,...