kdheepak / lazygit.nvim

Plugin for calling lazygit from within neovim.
MIT License
1.47k stars 53 forks source link

Add highlighting groups and udpate border chars #90

Closed yorik1984 closed 1 year ago

piyoki commented 1 year ago

This looks very promising. I am using your fork branch for now - working exactly as expected:

local colors = {
  darkgray = "#3D3D3D",
}

vim.cmd(string.format("hi LazygitBorder guifg=%s guibg=none", colors.darkgray))

@kdheepak Do you mind giving a kind review, please?

kdheepak commented 1 year ago

Thanks for pinging! I’ll look at this this weekend!

kdheepak commented 1 year ago

Thanks for the PR!

I changed the option name to lazygit_floating_window_border_chars and added a deprecation for the old option. Otherwise it looks great!