vgit.nvim
vgit.nvim copied to clipboard
in project_commit_preview, no words to display
Description
GitAppBar && GitHeader can't see font
I tried update GitAppBar && GitHeader highlight
hls = {
GitAppBar = 'FloatShadow',
GitHeader = 'FloatShadow',
}
and then see
but when i commit something, i can't see any words
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',
}
},
- 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