transparent.nvim icon indicating copy to clipboard operation
transparent.nvim copied to clipboard

Remove all background colors to make nvim transparent

Results 6 transparent.nvim issues
Sort by recently updated
recently updated
newest added

I use Heirline for my `statusline` and `tabline` which refreshes the highlights on an autocommand on the `colorscheme` event. This means that when I use it alongside this plugin there...

Hi! Thanks a lot for this very helpful plugin! I've tried for multiple hours to get `CursorColumn` to *not* be transparent but I can't make it work, could you assist?...

If this plugin is enabled in noice.nvim "\" and "\" will not work

[error.webm](https://github.com/xiyaowong/transparent.nvim/assets/55068959/79c62906-3ca1-40a5-93b6-bea883d3c4a5) ``` { "xiyaowong/transparent.nvim", lazy = false, config = function (_, opts) require("transparent").setup({ vim.api.nvim_set_hl(0, 'NotifyBackground', vim.api.nvim_get_hl_by_name('Normal', true)), groups = { -- table: default groups 'Normal', 'NormalNC', 'Comment', 'Constant', 'Special', 'Identifier',...

Hi, thanks for this nice plugin. I got a question, while testing it out I was running into the following scenarios, depending on what color scheme I was using: -...

Can't load, getting this error : ``` Failed to source `/Users/username/.local/share/nvim/lazy/transparent/plugin/transparent.vim` vim/_editor.lua:0: /Users/username/.config/nvim/init.lua..nvim_exec2() called at /Users/username/.config/nvim/init.lua:0../Users/username/.local/share/nvim/lazy/transparent/plugin/transparent.vim, line 1: Vim( endif):E488: Trailing characters: ^M: endif^M # stacktrace: - vim/_editor.lua:0 _in_ **cmd**...