Sergio Hernández Gutiérrez
Sergio Hernández Gutiérrez
> I'm not sure if this is what you mean, but you can pass highlight groups to a component as a string, like: This is indeed possible, thanks! However, ideally...
Hello! Any updates on this enhancement? It would be great to not depend on `fugitive` just for this one feature, which is the only plugin I've found that provides a...
@sindrets thank you for those ideas and for your work on this! ❤️ If I may add, some people may also like the single-file approach, where you can have both...
What about bulk open?
I second this! A UI clickable panel would be great for when you have to repeatedly step over/into lines. I have them mapped to `ds[o/i]`, but typing those four symbols...
I agree with this being the default behaviour, it makes sense to have debugging in a new workspace/tab and coming back to your developing workspace/tab after you are finished debugging....
Also, for any interested parties, I have a more complete solution here that seems to work: ```lua local dap_ui = require("dapui") local debug_win = nil local debug_tab = nil local...
This would be amazing, specially when using vim/nvim!
I am also having this issue. ```vim :echo executable("black") ``` echoes 1 and ``` !black % ``` formats the buffer and prints some `black` output. I guess the problem must...
I also want to add that I have the same problem with `isort`; similarly, it does not work on save but ```vim :echo executable("isort") ``` echoes 1 and ```vim !isort...