vgit.nvim icon indicating copy to clipboard operation
vgit.nvim copied to clipboard

in project_commit_preview, no words to display

Open cubatic45 opened this issue 7 months ago • 0 comments

Description

Image

GitAppBar && GitHeader can't see font

I tried update GitAppBar && GitHeader highlight

            hls = {
                GitAppBar = 'FloatShadow',
                GitHeader = 'FloatShadow',
            }

and then see

Image

but when i commit something, i can't see any words

Image

I also tried my own highlight

    vim.api.nvim_set_hl(0, 'MyHighlight', { fg = '#000000', bg = 'NONE' })
    require('vgit').setup({
        settings = {
            hls = {
                GitAppBar = 'MyHighlight',
                GitHeader = 'MyHighlight',
            }
        },

Image

  • nvim --version output:
❯ nvim --version
NVIM v0.11.2
Build type: Release
LuaJIT 2.1.1748459687
Run "nvim -V1 -v" for more info
  • Operating system:
❯ uname -a
Darwin vbs-MacBook-Pro.local 24.5.0 Darwin Kernel Version 24.5.0: Tue Apr 22 19:54:43 PDT 2025; root:xnu-11417.121.6~2/RELEASE_ARM64_T8132 arm64

cubatic45 avatar Jun 18 '25 04:06 cubatic45