RedsXD
RedsXD
Ye i never worked with matugen so i am not entirely sure how this could be done, but it's certainly possible if matugen can create custom cache files to store...
Ok so some IRL things happened and unfortunately i wasn't able to work on this. But i am planning on adding matugen support on v3.0 and perhaps some other backend...
As far as i am aware, this is a problem within Neovim itself. The terminal colors are set with the global variables `vim.g.terminal_color_0 ... vim.g.terminal_color_15`. However the terminal doesn't update...
@eylles I did some testing with the nvim pipe commands, honestly i couldn't get it to fix anything related to the issue. \ I could be mistaken somewhere, but as...
This picture should show what issue i mean, i changed to a wallust colorscheme where most of the "main" colors are black or gray, then i changed to gruvbox. Neopywal's...
> Hmmm how about directly sending neovim the new color values of vim.g.terminal_color[0...15] from the nvim-colo-reload script, in a manner like this: > > rel_other () { > nvim_send "let...
Ok i spent about an hour trying out different solutions but none worked. I did some research and the only conclusion i came up with is that neovim simply hard...
> what about simulating the color palette update notifications? > > according to [ahmedelgabri/dotfiles@edd99c1#commitcomment-154693128](https://github.com/ahmedelgabri/dotfiles/commit/edd99c15052cfd0f238b1b54cc57109cb0d630d0#commitcomment-154693128) neovim 0.11 and upwards support a new control sequence that was added to both contour and...
Well i do have neovim 0.11 but i have no clue how i can test this myself on my setup. I am using wezterm so i guess i need to...