bfredl

Results 459 comments of bfredl

I think there was a discussion about this in neovim repo, will try to find it. Regarding this package, when it is more complete, I think the main target are...

@TimUntersberger good question. probably command history will handled in Neovim instead (history for ex commands, for instance, like `:Neogit split mybranch` and whatever)

@TimUntersberger yea I am not sure about that. But it is not "all or nothing", we can still cli as the baseline, and slowly move things to libgit2 one at...

> Also how can you include luarocks dependencies? We don't know yet :sweat_smile: . I will just hack it into my lua path for now, and discuss with a bunch...

soo it turns out luagit2 is not compatible with libgit2 1.0. I will see how much effort to fix it (probably not too much, as uses LuaNativeObject)

WIP https://github.com/libgit2/luagit2/pull/9 should be too hard to finish

I cannot into English grammar :]

actually not, there so much neovim lua stuff that I am being behind on :sweat_smile:. I first want to do fugitive style Read/WriteBufCmd and a simple gitgutter (but with decorations...

> What exactly do you mean by decorations? For instance - highlighting the exact byte range of a diff instead of just the lines - showing "virtual text" which could...