Tarso Boudet Caldas
Tarso Boudet Caldas
LaTeX math mode is entered using `\( \)` and `\[ \]`, but I could only get the plugin to work inside `$ $` and `$$ $$`. Also, is it possible...
I'm trying to use latexindent with the option Modify Linebreaks and it doesn't work at all. The formatter works, just doesn't apply the option. I'm also not sure if it's...
Csquotes has some very useful commands for quoting and citing, and the commands \textcquote \blockcquote (among others) all accept bib entries as keys, like ```latex \textcquote[⟨prenote⟩][⟨postnote⟩]{⟨key⟩}[⟨punct⟩]{⟨text⟩}⟨tpunct⟩ ``` or ```latex \begin{displaycquote}[⟨prenote⟩][⟨postnote⟩]{⟨key⟩}[⟨punct⟩]...
The now defunct project [cvim](https://github.com/1995eaton/chromium-vim/) had the option to edit the chrome keybindings so stopped closing tabs and started working just like ctrl+backspace. As a vim user, it's really annoying...
The plugin [nvim-ts-rainbow2](https://github.com/HiPhish/nvim-ts-rainbow2) implements a way to alternate colors between delimiters. It would be nice if the color parameters used were included on this color scheme as well.
GitHub CLI has, for sometime, the search argument, in which you can search repositories. This would be a great addition to this extension.
With the development of tree-sitter, pygments highlighting seems a bit outdated. I was wondering if in future realeases wouldn't be a good idea to try to adapt the package to...
Could you add support for lua 5.4? ``` luarocks install --check-lua-versions lua-http-parser lua-http-parser not found for Lua 5.4. Checking if available for other Lua versions... Checking for Lua 5.1... Checking...
The parser identifies the `asy` environment in LaTeX, and has a proper highlighting for asymptote's syntax, but the `.asy` files themselves don't have a parser. Is it reasonable for this...
LaTeX has different types of quotes, like ` ', `` '', as well as "" and '' are also used. It would be good if it was possible to use...