neorg icon indicating copy to clipboard operation
neorg copied to clipboard

Less intrusive logs

Open glyh opened this issue 1 year ago • 2 comments

Issues

  • [X] 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 avatar May 24 '24 09:05 glyh

image

glyh avatar May 24 '24 09:05 glyh

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

benlubas avatar May 30 '24 02:05 benlubas