xiyaowong / transparent.nvim

Remove all background colors to make nvim transparent
806 stars 23 forks source link

Transparency not reverting #66

Closed j0of closed 4 months ago

j0of commented 4 months ago

Hey there, I installed the plugin a while ago but decided to remove it shortly after realizing that my colorscheme has transparency built-in through its config 😅 However, I forgot to run :TransparencyDisable before deleting the plugin, so now my Neovim is permanently transparent. I tried re-installing the plugin and then running the command, but it didn't work somehow, even after pasting in my previous configuration for it. I also tried running the command rm -rf ~/.local/share/nvim, but after Lazy re-downloaded all of my plugins, it was back to transparent again. Another thing, my colorscheme doesn't load anymore. What should I do?

j0of commented 4 months ago

Solved. I forgot to add vim.cmd.colorscheme 🥲