Matthieu Coudron
3f81f5c7a4
feat: adds vim.notify
...
Adds function to notify the user like this:
`:lua vim.notify("hello user")`
embeds log levels vim.log.levels.
you can then reassign vim.notify to for instance
```
function notify_external(msg, log_level, opts)
vim.fn.jobstart({"notify-send", msg })
end
```
2021-01-31 00:18:22 +01:00
..
2021-01-13 18:25:00 -05:00
2018-10-11 08:27:37 +02:00
2020-11-22 22:36:17 +01:00
2021-01-28 18:27:24 +01:00
2021-01-11 08:07:47 -05:00
2021-01-08 19:48:56 -05:00
2019-11-27 22:57:11 -08:00
2021-01-31 00:18:22 +01:00
2017-11-07 01:16:42 +01:00
2020-09-21 11:29:02 +03:00
2020-11-29 19:56:15 -04:00
2014-12-19 15:28:49 -05:00
2020-10-11 21:18:28 +02:00
2018-01-15 23:58:52 +01:00
2021-01-08 19:48:56 -05:00
2020-08-15 10:57:17 -04:00
2019-11-27 22:47:25 -08:00
2019-07-29 20:50:07 +02:00
2019-01-04 02:17:23 +01:00
2014-07-29 02:12:31 +00:00
2021-01-24 21:56:54 -05:00
2014-07-29 02:12:31 +00:00
2014-07-29 02:12:31 +00:00
2014-07-29 02:12:31 +00:00
2014-07-29 02:12:31 +00:00
2014-07-29 02:12:31 +00:00
2014-07-29 02:12:31 +00:00
2019-12-07 17:39:43 -05:00
2019-07-29 20:50:07 +02:00
2019-07-29 20:50:07 +02:00
2021-01-18 09:29:32 -05:00
2017-01-31 02:02:09 +01:00
2019-03-11 21:00:12 +01:00
2019-10-22 20:13:02 +01:00
2014-07-29 02:12:31 +00:00
2021-01-24 14:15:16 -05:00
2019-12-07 17:39:43 -05:00