use fancy notify notifications

This commit is contained in:
Thies Lennart Alff 2023-11-09 17:36:44 +01:00
parent 5802f78f1e
commit ea929a045a

View file

@ -1,4 +1,5 @@
-- vim.opt.guicursor = '' -- vim.opt.guicursor = ''
vim.notify = require('notify')
-- line numbers -- line numbers
vim.opt.nu = true vim.opt.nu = true