Module url-open.modules.logger

This module provides a simple wrapper around vim.notify to make it easier to

Functions

error (msg[, opts]) Show error level notification
info (msg[, opts]) Show info level notification
warn (msg[, opts]) Show warn level notification


Functions

error (msg[, opts])
Show error level notification

Parameters:

  • msg string : The message to show
  • opts table : The options to pass to vim.notify (optional)
info (msg[, opts])
Show info level notification

Parameters:

  • msg string : The message to show
  • opts table : The options to pass to vim.notify (optional)
warn (msg[, opts])
Show warn level notification

Parameters:

  • msg string : The message to show
  • opts table : The options to pass to vim.notify (optional)
generated by LDoc 1.5.0 Last updated 2023-11-17 07:26:28