Alvaro Muñoz

Results 127 comments of Alvaro Muñoz

> No? Then why it is on the dependencies' list? It uses `gh` to send most of the graphql/rest requests but does not use the `gh` commands directly if that...

I started working on this, you can check this PR https://github.com/pwntester/octo.nvim/pull/313 and let me know any bugs/thoughts

I experienced the same gap in the past. The first step was to enable `Octo` command to handle URLs so you can do `Octo https://github.com/pwntester/octo.nvim/issues/119` to open this issue. Then...

> That's amazing that you had it already implemented. Do you still have in a branch? Would it work with all the changes to the codebase? I have the graphql...

I have no idea sorry. I work in a completely unrelated team (security lab)

Thanks for reporting this, I can think of some workarounds piping the `gh` output into `jq` but I think its better to wait until `gh` implements array merging natively. This...

Yep, I might add comment folding, but that does not solve identifying the boundaries of the comment and whether it is edited or not as the current signcolumn-based implemention does....

Looking how to change the foldcolumn character I found this issue of yours :D https://github.com/neovim/neovim/pull/6073 didnt know it was possible to change these signs. A pitty you didnt implemented the...

Nice, will definitely move to folds. did you finally implement `nvim_fold_create` or `nvim_win_add_fold()` and `nvim_win_del_fold()`? UPDATE: just found https://github.com/neovim/neovim/pull/11523 so if you were looking for use cases, Octo is one...

Also, do you think there could be some way to change the highlight of a specific fold? I think that using a different color to show when a comment is...