diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-02-13 17:03:41 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-02-13 17:03:41 +0200 |
| commit | 01cbc5319553d192ee05749a58de9a927035fc20 (patch) | |
| tree | c8b298f82716a302c574a0fd41fb1e7e10e89c02 | |
| parent | 5f4c652e491528f82052937d9b99aa981bd3a2f7 (diff) | |
| download | dotfiles-01cbc5319553d192ee05749a58de9a927035fc20.tar.gz dotfiles-01cbc5319553d192ee05749a58de9a927035fc20.zip | |
Add Notifications section where nvim-notify is the default notification system
| -rw-r--r-- | init.lua | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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", |
