Thiago Bellini Ribeiro

Results 43 issues of Thiago Bellini Ribeiro

Hi, I'm trying to use this with https://github.com/metalelf0/jellybeans-nvim I have: ```lua use({ "folke/lsp-colors.nvim", config = function() require("lsp-colors").setup({ Error = "#902020", Warning = "#cf6a4c", Information = "#ffb964", Hint = "#668799", })...

Hi, First of all, I really love trouble (pun intended?) and think it is an awesome plugin! I moved all my quickfix/loclist workflow to use trouble instead for some time...

Track the cursor inside the list, keeping it in sync with what is happening at the main window. I did leave it set to `false` by default, but I can...

Small improvement to make double click act like `` inside the list.

This allows settings mappings like the quickfix `]Q` and `[Q`

### Description When exiting my application I'm getting `RuntimeError: Already borrowed` error ### Example Code _No response_ ### Watchfiles Output ```Text future: Traceback (most recent call last): File "/home/bellini/dev/2u/nomad/nomad/agents/base.py", line...

bug

Hey guys, I saw that `relay` support is something planned here and I have created a relay implementation that I would like to know if you would be interested as...

An attempt to solve typing issues with `LazyType`. Currently there's a major issue with `LazyType` that requires you to always have to `# type:ignore` because of the module path. It...

bot:has-release-file
bot:release-type-minor

**Describe the bug** JSONField should be a generic field that accepts anything that can be "stringfied" to json, and that string be loaded back to their original values. Currently, trying...