Results 13 comments of Sahil Gautam

and I would like to work on this one :)

@CKolkey Yes, thanks for reminding, I was using neovim from package manager :). This is the right time to have a local copy of my own.

I will take some time(3-4 days min). This is a really cool plugin, and I don't want to just copy and paste all the functions from `status/ `to `commit_view/`, and...

Does it matter? I don't know how we look for the specific hunk location in the files yet, but if it is purely using line number from the diffs, then...

Hi, I realize that I since I don't have any experience with lua, (Just that I read the PIL book), I am not reaching anywhere. Even if I hunt and...

another issue i noticed is that when the popup is at the end of the file, the image is drawn outside the window, half cut.

```lua -- Create a floating window for the image local term_size = utils.term.get_size() local width, height = utils.math.adjust_to_aspect_ratio( term_size, image.image_width, image.image_height, math.floor(term_size.screen_cols / 2), 0 ) local win_config = {...

I am using latest kitty on archlinux, with almost default config ```lua package.path = package.path .. ";" .. vim.fn.expand("$HOME") .. "/.luarocks/share/lua/5.1/?/init.lua" package.path = package.path .. ";" .. vim.fn.expand("$HOME") .. "/.luarocks/share/lua/5.1/?.lua"...