nvim-zh / colorful-winsep.nvim

Make your nvim window separators colorful
MIT License
422 stars 16 forks source link

[bug] after call NvimSeparatorDel, the color of win line not recovery #54

Closed shellRaining closed 10 months ago

shellRaining commented 10 months ago
image

as the img show, when i use true-zen plugin, after open zen mode, then use NvimSeparatorDel command, the color is not recovery

vim.api.nvim_create_user_command("NvimSeparatorDel", function()
    M.colorful_winsep.NvimSeparatorDel()
end, { desc = "Delete the window separator" })
shellRaining commented 10 months ago

Sorry, there is a problem with my configuration