Felipe Seré

Results 75 comments of Felipe Seré

👋 I have a similar issue with - I think- a simpler configuration: and my config is ```lua require("bufferline").setup({ options = { mode = "tabs", numbers = function(opts) return string.format('%s·',...

I could use this too. I am faking the Github API and editing a 35k file is really annoying.

In my case I'd like to start a different action in case the operation did not succeed within the number of retries.

I'm stuck on Java 7. Does that work there too?

@gitblit is there any update on this? Having inline comments on tickets would make GitBlit all the more valuable to us...

I'm having the same issue. It does feel very recent.

Any update on this? I'm stumbling into this too :)

Thank you @rakr for the swift response. After adding all of those - changing them to `one#highlight(...)` I still see the gray background: These are my settings: ``` set termguicolors...

Adding above lines did have no effect on my diffs 😢

Could we add support for [vim-notify](https://github.com/rcarriga/nvim-notify) ? ``` highlight NotifyERRORBorder guifg=#8A1F1F highlight NotifyWARNBorder guifg=#79491D highlight NotifyINFOBorder guifg=#4F6752 highlight NotifyDEBUGBorder guifg=#8B8B8B highlight NotifyTRACEBorder guifg=#4F3552 highlight NotifyERRORIcon guifg=#F70067 highlight NotifyWARNIcon guifg=#F79000 highlight...