ellisonleao / glow.nvim

A markdown preview directly in your neovim.
MIT License
1.28k stars 55 forks source link

feat: use vim.notify() for errors #124

Closed willeccles closed 1 year ago

willeccles commented 1 year ago

This makes things a lot nicer to look at than the huge red blob of text currently printed for errors. This also allows the user to override error message display with custom notification functions (e.g., using nvim-notify).