Module nvim_utils::vim::ext::log
source · Available on crate feature
vim only.Expand description
Utility functions for calling vim.notify with different log levels
Functions
- Calls notify with log level
Debug - Calls notify with log level
Error - Calls notify with log level
Info - Calls notify with log level
Trace - Calls notify with log level
Warn