all repos

init.lua @ 929f24c

my nvim config
1 files changed, 0 insertions(+), 7 deletions(-)
feat: remove notify.nvim
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, - }, }