Ilia Bahrebar

Results 21 comments of Ilia Bahrebar

> It's likely that you're not using the latest version of catppuccin.nvim. Try to update this plugin. nope that isn't the problem i'm using the latest stable version

This is really weird when doing minimal like this: ```Lua -- DO NOT change the paths and don't remove the colorscheme local root = vim.fn.fnamemodify("./.repro", ":p") -- set stdpaths to...

@Saghen I think it would be very useful to add and register a source at runtime without requiring manual user configuration, especially since some plugins—like Neorg—have their own way of...

Given these options, what approach do you think we should take? I'm looking forward to your thoughts and any additional suggestions!

One solution to enhance this functionality is to modify **Neovide's Recipe** as follows: ### Step 1: Modify Neovide's Recipe Options Table You can modify the [Neovide's Recipe Options Table](https://github.com/AstroNvim/astrocommunity/blob/7a007c1557e8c1dd0066bdd7e5899d12784f9930/lua/astrocommunity/recipes/neovide/init.lua#L25) to...

> If you're using catppuccin nvim theme then try setting `term_colors` to true in its config. https://github.com/catppuccin/nvim?tab=readme-ov-file#configuration True but I use a lot of different themes this would be beneficial...

> Is this related to the neovide pack? No necessarily but It could be solved in the neovide's pack if we go with the approach above

No termguicolors option enables 24-bit colors only for the TUI. This is more of niche thing about neovide that terminal buffers don't use the correct colors

I'm not using Fish as my shell, but I want to propose an enhancement to Neovide's pack. This is not an issue for me since I already have a solution;...