fix(nvim): resolve load errors

This commit is contained in:
Price Hiller 2022-06-16 12:07:58 -05:00
parent e42010b37a
commit 28f1294bb6

View File

@ -42,6 +42,8 @@ return packer.startup({
config = function()
require('plugins.configs.nvim-notify')
end,
after = 'plenary.nvim',
before = 'nvim-dap',
})
-- Color schemes