Skip to content

Dim nvim-tree when inactive #704

Closed
@dbarrosop

Description

@dbarrosop

Hello,
first of all, this plugin is great :)

I have the following configuration to dim inactive panes:

vim.cmd([[
	hi ActiveWindow guibg=#191919
	hi InactiveWindow guibg=#282828
]])

vim.o.winhighlight = "Normal:ActiveWindow,NormalNC:InactiveWindow"

So I was wondering if it would possible to support NormalNC in this plugin so it dims automatically.

Thanks for this great plugin :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions