You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I very like your theme vim and nvim configuration, it makes me start to use neovim. so thanks.
I found you link endOfBuffer and NonText together, and when I set vim.g.hardhacker_hide_tilde = 1 in colorschema.lua, except for tilde is missing, GitSignsCurrentLineBlame and other things linked to NonText is also missing, just like this:
so I have to comment hi! link NonText EndOfBuffer in hardhack theme repo, and set hardhack custom hl like this in oh-my-vim repo:
then it can work,
but in this way, I have to maintain two different repos ,I want to just maintain my own nvim config, and try many ways just to modify lua/plugin/colorschema.lua , but all not work, is there a way to just be in oh-my-vim to solve it ? thanks~
The text was updated successfully, but these errors were encountered:
Hi, I very like your theme vim and nvim configuration, it makes me start to use neovim. so thanks.
I found you link endOfBuffer and NonText together, and when I set
vim.g.hardhacker_hide_tilde = 1
incolorschema.lua
, except for tilde is missing, GitSignsCurrentLineBlame and other things linked toNonText
is also missing, just like this:so I have to comment
hi! link NonText EndOfBuffer
in hardhack theme repo, and set hardhack custom hl like this inoh-my-vim
repo:then it can work,
but in this way, I have to maintain two different repos ,I want to just maintain my own nvim config, and try many ways just to modify
lua/plugin/colorschema.lua
, but all not work, is there a way to just be inoh-my-vim
to solve it ? thanks~The text was updated successfully, but these errors were encountered: