1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 05:20:04 +08:00
SpaceVim/docs/api/notify.md
2021-08-06 19:19:00 +08:00

794 B

title description
notify API notify API provides some basic functions for generating notifications

Available APIs >> notify

Intro

This api provides some basic Functions for generating notifications.

let s:NOTIFY = SpaceVim#api#import('notify')
call s:NOTIFY.notify('This is a simple notification!')

Functions

function name description
notify(string) generate notification with default color
notify(string, highlight) generate notification with custom highlight group