From 314d2540691269509dd208c4c63638bbd96c07a6 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Wed, 16 Feb 2022 08:26:21 +0000
Subject: [PATCH] feat(nvim): add `nvim-notify`

---
 roles/neovim/files/lua/opdavies/plugins.lua | 1 +
 1 file changed, 1 insertion(+)

diff --git a/roles/neovim/files/lua/opdavies/plugins.lua b/roles/neovim/files/lua/opdavies/plugins.lua
index d833a2b8..7ec12130 100644
--- a/roles/neovim/files/lua/opdavies/plugins.lua
+++ b/roles/neovim/files/lua/opdavies/plugins.lua
@@ -35,6 +35,7 @@ return packer.startup(function()
   use "nvim-lua/plenary.nvim"
   use "nvim-lua/popup.nvim"
   use "nvim-lualine/lualine.nvim"
+  use 'rcarriga/nvim-notify'
   use "sheerun/vim-polyglot"
   use "theprimeagen/refactoring.nvim"
   use "tpope/vim-surround"