1 files changed,
7 insertions(+),
0 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2023-08-01 10:55:25 +0300
Parent:
554a9c5
M
lua/plugins.lua
@@ -17,4 +17,11 @@ "folke/todo-comments.nvim",
event = "BufRead", config = true, }, + { + "rcarriga/nvim-notify", + event = "VeryLazy", + config = function() + vim.notify = require "notify" + end, + }, }