all repos

init.lua @ ca0746d12196cd396efb058d1183f59d581d7d50

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