Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Less intrusive logs #1436

Open
1 task done
glyh opened this issue May 24, 2024 · 2 comments
Open
1 task done

Less intrusive logs #1436

glyh opened this issue May 24, 2024 · 2 comments
Labels
feature Issues related to feature proposals. Please attach a module.

Comments

@glyh
Copy link

glyh commented May 24, 2024

Issues

  • I have checked existing issues and there are no existing ones with the same request.

Feature description

For now anyone using neorg without mods on the notifiers are thrown into face with log message whenever neorg tries to pull dependency via build.lua.

It would be nicer if the messages are not thrown into user's face. I.e. the message is logged but no key need to be pressed to continue editing the texts. I think nvim-treesitter's log is a perfectly fine model to mimic.

Help

Yes

Implementation help

Need help on instructing where the logs are printted.

@glyh glyh added the feature Issues related to feature proposals. Please attach a module. label May 24, 2024
@glyh
Copy link
Author

glyh commented May 24, 2024

image

@benlubas
Copy link
Contributor

this is more of a failure of nvim's messages, specifically :h press-enter messages. There's a nice rant about these in the noice.nvim docs, and noice.nvim does a good job of dealing with them if you don't like press enter messages. Alternatively, nvim-notify will also rid you of press enter messages.

Nvim treesitter can trigger press-enter messages too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Issues related to feature proposals. Please attach a module.
Projects
None yet
Development

No branches or pull requests

2 participants