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"