1 files changed,
0 insertions(+),
7 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2023-08-21 00:52:34 +0300
Parent:
999ac81
M
lua/plugins.lua
@@ -18,11 +18,4 @@ "folke/todo-comments.nvim",
event = "BufRead", config = true, }, - { - "rcarriga/nvim-notify", - event = "VeryLazy", - config = function() - vim.notify = require "notify" - end, - }, }