Open sliva0 opened 2 months ago
Plugin's config (using lazy.nvim):
{ 'rcarriga/nvim-notify', opts = { render = 'compact', }, init = function() vim.notify = require 'notify'; end, },
I have the same issue on Windows Terminal.
Plugin's config (using lazy.nvim):