Yin-Hsun Hung
Yin-Hsun Hung
That's fine.By the way,your dwm is very awesome.
https://github.com/ellisonleao/gruvbox.nvim/issues/107#issuecomment-1101352293 You need to set `guibg` and `ctermbg` of `Normal` to NONE after `colorscheme gruvbox` ```lua vim.cmd("colorscheme gruvbox") vim.api.nvim_set_hl(0, "Normal", {guibg = NONE, ctermbg = NONE}) ```
> hightlighted letters are unreadable  Have the same problem too.  If I was in vim diff mode. I can't see the cursor.  And this should look like...
@bakkeby No, it seems not work.Still can't see the cursor
Might be gruvbox colorscheme produce the problem. If I change to other colorscheme, it's much better.
>  > If I was in vim diff mode. I can't see the cursor. I found that the `bg` is black, and `fg` is yellow in this picture. That's...
I have this issue before. I set `HISTFILE` with ```zsh HISTFILE="$HOME/.cache/zsh_history" ``` I found that I missing `export`. Solve it after adding `export` ```zsh export HISTFILE="$HOME/.cache/zsh_history" ```
I have the same issue after 9d7e7c690724fb377c220632cd790a4b4be921b6. Roll back to c7a852728717e60a41c2b2fbeac70d2b2269b86c
Some obsoleted icons didn't change. [nerdfix](https://github.com/loichyan/nerdfix) may help.
Update dark hard: `#1d2021` `#fabd2f`, 2:1 -> `#675425`  dark normal: `#282828` `#fabd2f`, 2:1 -> `#6f5a2b`  dark soft: `#32302f` `#fabd2f`, 2:1 -> `#755f2f`  light hard: `#f9f5d7` `#b57614`, 2:1...