Skip to content

Conversation

@moyiz
Copy link
Owner

@moyiz moyiz commented Mar 9, 2025

Adds a new configuration option to allow disabling UI.

To disable:

{
  ui = {
    enabled = false,
  }
}

It will fallback to vim.notify and will show two notifications:

  1. Opening ... - When calling open.
  2. An aggregated notification of all output from this point until open exits.

Closes #26

@moyiz moyiz added the enhancement New feature or request label Mar 9, 2025
@moyiz moyiz merged commit 69de32b into master Mar 9, 2025
2 checks passed
@moyiz moyiz deleted the vim-notify branch March 9, 2025 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature: use vim.notify instead

2 participants