From 01cbc5319553d192ee05749a58de9a927035fc20 Mon Sep 17 00:00:00 2001 From: srdusr Date: Mon, 13 Feb 2023 17:03:41 +0200 Subject: Add Notifications section where nvim-notify is the default notification system --- init.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 108890a..f6b6ed5 100644 --- a/init.lua +++ b/init.lua @@ -102,6 +102,9 @@ end -- Snippets vim.g.snippets = "luasnip" +-- Notifications +vim.notify = require("notify") -- Requires plugin "rcarriga/nvim-notify" + -- Improve speed by disabling some default plugins/modules local builtins = { "gzip", -- cgit v1.2.3